SPSite.GetReusableAclForScope method
傳回指定範圍的可重複使用的存取控制清單 (ACL)。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.Guid識別範圍的 GUID。
傳回值
Type: Microsoft.SharePoint.SPReusableAcl
SPReusableAcl 物件,表示 ACL。