SPSite.GetAllReusableAcls method
Returns the reusable access control lists (ACLs) for the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
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 retornado
Type: System.Collections.Generic.IDictionary<Guid, SPReusableAcl>
Uma coleção das ACLs reutilizáveis do conjunto de sites.
Exceptions
Exception | Condition |
---|---|
MaxAclExceeded | O número de ACLs no sistema excede o limite solicitado. |
Comentários
Este método tem um limite de 10.000 itens. Se houver mais de 10.000 ACLs no site, esse método lança uma exceção de SPException .