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

name

string

The name of the client application.

number

string

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");