Skip to content

CMS_GetGroupMembership

The function returns which groups the current Unit is a member of

For Business Unit support click Business Unit support

CMS_GetGroupMembership() As Boolean

Result will be stored in gaValue

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

Scripting Guidelines

Constants Package Property Variables Business Unit support