共用方式為


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
)

參數

傳回值

Type: Microsoft.SharePoint.SPReusableAcl
SPReusableAcl 物件,表示 ACL。

請參閱

參照

SPSite class

SPSite members

Microsoft.SharePoint namespace