This topic has not yet been rated - Rate this topic

GroupCollection.Remove method

Removes the specified group from the collection.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
public void Remove(
	Group group
)

Parameters

group
Type: Microsoft.SharePoint.Client.Group
A Group object that represents the group to be removed.
It must not be null.
ExceptionCondition
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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.