Skip to main content Skip to complementary content

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 /qNxGroupDef .

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).

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!