SPGroupCollection.Remove method
Removes the specified group from the collection.
Overload list
Name | Description | |
---|---|---|
Remove(Int32) | Removes the group at the specified index in the collection. | |
Remove(String) | Removes the group with the specified name from the collection. |
Top