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