SPSite.GetReusableAclForScope method

Returns the reusable access control list (ACL) for the specified scope.

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
)

Parameters

  • scopeId
    Type: System.Guid

    A GUID that identifies the scope.

Return value

Type: Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents the ACL.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace