RemoveGroup

Deletes the group named GroupName, along with all its keysets and keys.

Syntax ​

RemoveGroup(GroupName: string)

Examples

In each of these examples, the object repoObject is deemed having been obtained through a call to the COM object "RepositoryLib.WorkflowRepository" (see Obtaining an instance of the Repository Object).

JavaScript

repoObject.RemoveGroup("Users");

VB Script

repoObject.RemoveGroup "Users"