SPSite.GetAllReusableAcls - Méthode
Returns the reusable access control lists (ACLs) for the site collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetAllReusableAcls As IDictionary(Of Guid, SPReusableAcl)
'Utilisation
Dim instance As SPSite
Dim returnValue As IDictionary(Of Guid, SPReusableAcl)
returnValue = instance.GetAllReusableAcls()
public IDictionary<Guid, SPReusableAcl> GetAllReusableAcls()
Valeur renvoyée
Type : System.Collections.Generic.IDictionary<Guid, SPReusableAcl>
A collection of the reusable ACLs of the site collection.
Exceptions
Exception | Condition |
---|---|
MaxAclExceeded | The number of ACLs in the system exceeds the requested limit. |
Remarques
Cette méthode a une limite de 10 000 éléments. S'il y a plus de 10 000 ACL sur le site, cette méthode lève une exception SPException .