Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Sharepoint 2007 中获取权限掩码?
SPWeb web_current = SPControl.GetContextWeb(Context);
Int64 decValue = (Int64) web_current.EffectiveBasePermissions;
返回 decValue.ToString("X");