Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the path to the Container to which the Unit belongs. 


Syntax

(blue star) CMS_GetContainer() As Boolean

(blue star) Not supported


Return value

Result will be stored in gsValue


Example

VBScript
Code Block
languagevb
themeEclipse
titleVBScript
If bStatus Then bStatus = CMS_GetContainer()
If bStatus then xStatus = Job_WriteLog("Custom", "Container: " & gsValue, bStatus, True)

...