Share via


del método SPSite.GetAllReusableAcls

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

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Function GetAllReusableAcls As IDictionary(Of Guid, SPReusableAcl)
'Uso
Dim instance As SPSite
Dim returnValue As IDictionary(Of Guid, SPReusableAcl)

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

Valor devuelto

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

Excepciones

Excepción Condición
MaxAclExceeded

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

Comentarios

Este método tiene un límite de 10.000 elementos. Si hay más de 10.000 ACL en el sitio, este método produce una excepción de SPException .

Vea también

Referencia

clase SPSite

Miembros SPSite

Sobrecarga GetAllReusableAcls

Espacio de nombres Microsoft.SharePoint