如何在Sharepoint 2007中获取权限掩码?

时间:2009-10-16 20:11:38

标签: sharepoint mask permissions

如何在Sharepoint 2007中获取权限掩码?

1 个答案:

答案 0 :(得分:1)

SPWeb web_current = SPControl.GetContextWeb(Context);

Int64 decValue =(Int64)web_current.EffectiveBasePermissions;

返回decValue.ToString(“X”);