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.GuidA GUID that identifies the scope.
返回值
类型:Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents the ACL.