Skip to main content Skip to complementary content

RemoveGroupAsync Method

Overloads

RemoveGroupAsync(String, String)

You can use the RemoveGroup method with any object that contains an object grouping definition.

This method allows you to remove a group of objects directly.

This action only removes the group, not any of its members.

RemoveGroupAsync(AsyncHandle, String, String)

You can use the RemoveGroup method with any object that contains an object grouping definition.

This method allows you to remove a group of objects directly.

This action only removes the group, not any of its members.

RemoveGroupAsync(String, String)

You can use the RemoveGroup method with any object that contains an object grouping definition.

This method allows you to remove a group of objects directly.

This action only removes the group, not any of its members.

Declaration

      Task RemoveGroupAsync([QixName("qPath")] string path, [QixName("qGroupId")] string groupId)
    

Parameters

Type Name Description
System.String path

Path to the definition of the object to be selected. For example /qNxGroupDef .

System.String groupId

Name of the group to be removed. May not be an empty string.

Returns

Type Description
System.Threading.Tasks.Task

RemoveGroupAsync(AsyncHandle, String, String)

You can use the RemoveGroup method with any object that contains an object grouping definition.

This method allows you to remove a group of objects directly.

This action only removes the group, not any of its members.

Declaration

      Task RemoveGroupAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qGroupId")] string groupId)
    

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

System.String groupId

Name of the group to be removed. May not be an empty string.

Returns

Type Description
System.Threading.Tasks.Task

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!