开发者

How to get a permission mask in Sharepoint 2007?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜