Zoomed Image

AMSX Scripting Language - Command : LicenseProperty

Summary

Read a property value from the license XML document

Description

Reads a named element or attribute value from the license XML loaded by GetLicenseXML. Specify an attribute name to read an attribute, or leave blank to get the element text content. Tags and attributes are case sensitive; all attributes in license files are lowercased.

Parameters

ParameterDescription
cmdXML tag name (e.g. "ClientName", "FixedAssetsManagement")
Argument 0attribute name (leave blank to get element text content)

Syntax


LicenseProperty "XML tag name (e.g. "ClientName", "FixedAssetsManagement")", "attribute name (leave blank to get element text content)"

Return to the AMSX Command Reference