SPSite.GetReusableAclForScope 方法

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

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function GetReusableAclForScope ( _
    scopeId As Guid _
) As SPReusableAcl
用法
Dim instance As SPSite
Dim scopeId As Guid
Dim returnValue As SPReusableAcl

returnValue = instance.GetReusableAclForScope(scopeId)
public SPReusableAcl GetReusableAclForScope(
    Guid scopeId
)

参数

  • scopeId
    类型:System.Guid

    A GUID that identifies the scope.

返回值

类型:Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents the ACL.

另请参阅

引用

SPSite 类

SPSite 成员

Microsoft.SharePoint 命名空间