Client Version Shell Properties

Client Version shell property accessors are defined for scripts that run when users are connected to a browser or using the SBM API.

Shell.ClientBrand()

string (input). The browser's product brand. Possible values are

Explorer, Navigator, Mobile, API. Browsers that cannot be recognized as supporting advanced features, such as JavaScript, are classified as Mobile. A value of "API" means the script is running in response to an SBM API call by an external program, not a browser.

Shell.ClientVersion()

string (input). The browser's release version. If Shell.ClientBrand() is API, this is the SBM API version of the external program and is formatted v.r where v is the API version and r is the API revision.

Related Topics

Shell Property Descriptions

Shell Properties by Context