-1

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

4

1 回答 1

1

SPWeb web_current = SPControl.GetContextWeb(Context);

Int64 decValue = (Int64) web_current.EffectiveBasePermissions;

返回 decValue.ToString("X");

于 2009-10-16T20:13:24.377 回答