CMS_GetGroupMembership
Description
The function returns which groups the current Unit is a member of
For Business Unit support click here
Syntax
CMS_GetGroupMembership() As Boolean
Â
Return value
Result will be stored in gaValue
Â
Example
VBScript
If bStatus Then bStatus = CMS_GetGroupMembership() Â For index = LBound(gaValue) to UBound(gaValue) Â xStatus = Job_WriteLog("Custom", "Index #" & index & ": '" & cStr(gaValue(index)) & "'", bStatus, True) Â Next
Â
Related functions
Â