SPSite.GetReusableAclForScope-Methode
Gibt die wiederverwendbaren Zugriffssteuerungsliste (ACL) für den angegebenen Bereich zurück.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetReusableAclForScope ( _
scopeId As Guid _
) As SPReusableAcl
'Usage
Dim instance As SPSite
Dim scopeId As Guid
Dim returnValue As SPReusableAcl
returnValue = instance.GetReusableAclForScope(scopeId)
public SPReusableAcl GetReusableAclForScope(
Guid scopeId
)
Parameter
scopeId
Typ: System.GuidEine GUID, den Bereich identifiziert.
Rückgabewert
Typ: Microsoft.SharePoint.SPReusableAcl
Ein SPReusableAcl -Objekt, das die Zugriffssteuerungsliste darstellt.