GroupDataSet.RemoveGroup Methods
Removes a Group from a GroupDataSet.
Overload List
Name | Description | |
---|---|---|
Public method | RemoveGroup(System.UInt64 id) | Removes a Group from the GroupDataSet. |
Public method | RemoveGroup(System.UInt64 id, System.Boolean recursive) | Removes a Group and optionally all descendant groups from the GroupDataSet. |
RemoveGroup(System.UInt64 id)
Removes a Group from the GroupDataSet.Syntax
public System.Boolean RemoveGroup (
System.UInt64 id
)
Parameters
The identity of the group to remove.
Return Value
True if the group was removed; otherwise, False.
RemoveGroup(System.UInt64 id, System.Boolean recursive)
Removes a Group and optionally all descendant groups from the GroupDataSet.Syntax
public System.Boolean RemoveGroup (
System.UInt64 id,
System.Boolean recursive
)
Parameters
The identity of a group to remove.
True to remove all descendant groups or False to only remove the group specified by id.
Return Value
True if the group was removed; otherwise, False.
Platforms
Windows, Linux, Android