开发者

How to get a permission mask in Sharepoint 2007?

开发者 https://www.devze.com 2022-12-08 13:42 出处:网络
How to get a permission mask in Sharepoint 2007开发者_高级运维?SPWeb web_current = SPControl.GetContextWeb(Context);

How to get a permission mask in Sharepoint 2007开发者_高级运维?


SPWeb web_current = SPControl.GetContextWeb(Context);

Int64 decValue = (Int64) web_current.EffectiveBasePermissions;

return decValue.ToString("X");

0

精彩评论

暂无评论...
验证码 换一张
取 消