SBM ModScript Reference → Programming SBM ModScript → Shell Properties → Shell Property Descriptions → 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.
Variant& containing string (read-only). 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.
Variant& containing string (read-only). 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.
Copyright © 2007–2020 Micro Focus or one of its affiliates. All rights reserved.