SPSite.GetEffectiveRightsForAcl method (SPReusableAcl)
傳回目前使用者具有 「 指定的存取控制清單 (ACL) 的實際權限。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetEffectiveRightsForAcl ( _
acl As SPReusableAcl _
) As SPBasePermissions
'用途
Dim instance As SPSite
Dim acl As SPReusableAcl
Dim returnValue As SPBasePermissions
returnValue = instance.GetEffectiveRightsForAcl(acl)
public SPBasePermissions GetEffectiveRightsForAcl(
SPReusableAcl acl
)
參數
acl
Type: Microsoft.SharePoint.SPReusableAclSPReusableAcl物件,表示存取控制清單。
傳回值
Type: Microsoft.SharePoint.SPBasePermissions
指定網站集合的基底權限的SPBasePermissions值。
備註
GetEffectiveRightsForAcl方法會傳回比DoesUserHavePermissions方法的詳細資訊。