GroupCollection.Remove 方法

Removes the specified group from the collection.

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Sub Remove ( _
    group As Group _
)
用法
Dim instance As GroupCollection
Dim group As Group

instance.Remove(group)
public void Remove(
    Group group
)

参数

异常

异常 条件
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.

另请参阅

引用

GroupCollection 类

GroupCollection 成员

Microsoft.SharePoint.Client 命名空间