RemoveGroupMembers Method
Overloads
| RemoveGroupMembers(String, IEnumerable<String>, String) |
You can use the RemoveGroupMembers method with any object that contains an object grouping definition. This method allows you to remove one or more members from an existing group of objects directly. |
RemoveGroupMembers(String, IEnumerable<String>, String)
You can use the RemoveGroupMembers method with any object that contains an object grouping definition.
This method allows you to remove one or more members from an existing group of objects directly.
Declaration
void RemoveGroupMembers([QixName("qPath")] string path, [QixName("qMembers")] IEnumerable<string> members, [QixName("qTargetGroupId")] string targetGroupId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
Path to the definition of the object to be selected.
For example |
| System.Collections.Generic.IEnumerable<System.String> | members |
Array of IDs for the objects and/or subgroups to remove from the group. |
| System.String | targetGroupId |
Name of the group the Members will be removed from (if not the called object). |