CMS_GetPackageProperties
Description
Section titled “Description”Returns the value of the specified package Package Property
Syntax
Section titled “Syntax”CMS_GetPackageProperties(sPackage, sVersion, sProperty) As Boolean
Not supported. See CMS_GetPackage
Properties
Section titled “Properties”sPackage (String)
Section titled “sPackage (String)”Name of the package
sVersion (String)
Section titled “sVersion (String)”Version of the package
sProperty (String)
Section titled “sProperty (String)”Package Property to look for in package
Return value
Section titled “Return value”Boolean, TRUE if function completed successfully. The result will be stored in gsValue
Example
Section titled “Example”If bStatus Then bStatus = CMS_GetPackageProperties("CapaInstaller", "v1.0", PP_Mandatory)If bStatus Then xStatus = Job_WriteLog("Custom","gsValue: " & gsValue, bStatus, True)End If