RemoveGroupMembersAsync Method
Overloads
| RemoveGroupMembersAsync(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. |
|
| RemoveGroupMembersAsync(AsyncHandle, 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. |
RemoveGroupMembersAsync(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
Task RemoveGroupMembersAsync([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). |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
RemoveGroupMembersAsync(AsyncHandle, 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
Task RemoveGroupMembersAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qMembers")] IEnumerable<string> members, [QixName("qTargetGroupId")] string targetGroupId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| 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). |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |