Versions Compared

Key

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

...

CMS_GetGroupMembership() As Boolean

 


Return value

Result will be stored in gaValue 


Example

Code Block
languagevb
themeEclipselanguagevb
titleVBScript
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 


Related functions

...