CMS_GetContainer
Description
Returns the path to the Container to which the Unit belongs.Â
Â
Syntax
CMS_GetContainer() As Boolean
Â
Return value
Result will be stored in gsValue
Â
Example
VBScript
If bStatus Then bStatus = CMS_GetContainer() If bStatus then xStatus = Job_WriteLog("Custom", "Container: " & gsValue, bStatus, True)
Â