SPSite.GetAllReusableAcls 方法

Returns the reusable access control lists (ACLs) for the site collection.

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

语法

声明
Public Function GetAllReusableAcls As IDictionary(Of Guid, SPReusableAcl)
用法
Dim instance As SPSite
Dim returnValue As IDictionary(Of Guid, SPReusableAcl)

returnValue = instance.GetAllReusableAcls()
public IDictionary<Guid, SPReusableAcl> GetAllReusableAcls()

返回值

类型:System.Collections.Generic.IDictionary<Guid, SPReusableAcl>
A collection of the reusable ACLs of the site collection.

异常

异常 条件
MaxAclExceeded

The number of ACLs in the system exceeds the requested limit.

备注

This method has a limit of 10,000 items. If there are more than 10,000 ACLs on the site, this method throws a SPException exception.

另请参阅

引用

SPSite 类

SPSite 成员

GetAllReusableAcls 重载

Microsoft.SharePoint 命名空间