SPSite.GetAllReusableAcls-Methode
Returns the reusable access control lists (ACLs) for the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetAllReusableAcls As IDictionary(Of Guid, SPReusableAcl)
'Usage
Dim instance As SPSite
Dim returnValue As IDictionary(Of Guid, SPReusableAcl)
returnValue = instance.GetAllReusableAcls()
public IDictionary<Guid, SPReusableAcl> GetAllReusableAcls()
Rückgabewert
Typ: System.Collections.Generic.IDictionary<Guid, SPReusableAcl>
A collection of the reusable ACLs of the site collection.
Ausnahmen
Ausnahme | Bedingung |
---|---|
MaxAclExceeded | The number of ACLs in the system exceeds the requested limit. |
Hinweise
Diese Methode darf maximal 10.000 Elemente. Wenn mehr als 10.000 ACLs auf der Website vorhanden sind, löst diese Methode eine Ausnahme SPException .