Versions Compared

Key

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

...

For Business Unit support click here

Syntax

(blue star) CMS_AddUserToStaticGroup(sUnit, sGroup) as Boolean

(blue star) User packages are not supported in PowerPacks

Parameters

sUnit (String)

Unit name

sGroup (String)

Group name

Return value

(blue star) Boolean, TRUE if function completed successfully.

Example

(blue star) VBScript
Code Block
languagevb
themeEclipse
titleVBScript
If bStatus Then bStatus = CMS_AddUserToStaticGroup(gsUnitname, "CapaInstaller")

Scripting Guidelines


Related functions

CMS_RemoveUserFromStaticGroup