Метод 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.

Замечания

Этот метод составляет 10 000 элементов. При наличии более 10 000 списков управления доступом на сайте, этот метод вызывает исключение SPException .

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Перегрузка GetAllReusableAcls

Пространство имен Microsoft.SharePoint