Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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)

Scripting Guidelines


Related functions

  • No labels