Share via


SP.GroupCollection.remove(group) Method

Applies to: SharePoint Foundation 2010

Removes the specified group from the collection.

SP.GroupCollection.remove(group);

Parameters

  • group
    A SP.Group Class object that represents the group to be removed.

    It must not be null.

Type: SP.Group

Applies To

SP.GroupCollection Class

Exceptions

Exceptions

Descriptions

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.

See Also

Reference

SP.GroupCollection Methods

SP.GroupCollection Properties

SP Namespace