Share via


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.Guid

    Eine GUID, den Bereich identifiziert.

Rückgabewert

Typ: Microsoft.SharePoint.SPReusableAcl
Ein SPReusableAcl -Objekt, das die Zugriffssteuerungsliste darstellt.

Siehe auch

Referenz

SPSite Klasse

SPSite-Member

Microsoft.SharePoint-Namespace