GroupCollection.Remove method
Removes the specified group from the collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
group As Group _
)
'Usage
Dim instance As GroupCollection
Dim group As Group
instance.Remove(group)
public void Remove(
Group group
)
Parameters
group
Type: Microsoft.SharePoint.Client.GroupA Group object that represents the group to be removed.
It must not be null.
Exceptions
Exception | Condition |
---|---|
SPDistributionGroupException | Occurs when deletion of DistributionGroup fails, or approval denied by the Microsoft SharePoint Directory Management service, or duplicate e-mail in the Directory Management service, or invalid argument for the Directory Management service, or Directory Management service not configured, or access denied in Directory Management service, or object not found in Directory Management service, or Directory Management service reports an error that is not recognized. Error code: -2146232832. |
SPException | User cannot be found, or cannot modify the UserCollection, or inherited Web site cannot be deleted. Error code: -2146232832. |
ArgumentException | The Administrators site group collection cannot be deleted, or the last farm administrator cannot be removed. Error code: -2147024809. |
InvalidOperationException | Cannot remove users with unique role assignment permissions. Error code: -1. |
SecurityException | Access denied when updating farm administrators group. Error code: -1. |
UnauthorizedAccessException | The current user has insufficient permissions. Error code: -2147024891. |