CMS\_GetContainer
Description
Section titled “Description”Returns the path to the Container to which the Unit belongs.
Syntax
Section titled “Syntax”:vb: CMS_GetContainer() As Boolean
:ps: Not supported
Return value
Section titled “Return value”:vb: Boolean, TRUE if function completed successfully. The result of the function will be stored in gsValue
Example
Section titled “Example”:vb: VBScript
Section titled “:vb: VBScript”If bStatus Then bStatus = CMS_GetContainer()If bStatus then xStatus = Job_WriteLog("Custom", "Container: " & gsValue, bStatus, True)