version()
Gets the version of a thin client application supported by SuiteProjects Pro
Syntax
VersionResult version = stub.version(name, number);
Usage
The version()
command is used to get the current version of a thin client application supported by SuiteProjects Pro.
Arguments
Name |
Type |
Description |
---|---|---|
|
|
The name of the client application. |
|
|
The version number. |
Response
VersionResult
— A VersionResult
object.
Sample Code — C#
VersionResult version = stub.version("My app", "1.1");
Sample Code — Java
VersionResult version = binding.version("My app", "1.1");