摘要:
When assigning permissions to theBasePermissionsproperty, you can use the following operators:&- bitwiseAND^- exclusiveOR|- inclusiveORFor Windows SharePoint Services permissions, you often work with each permission individually, so it is common to use^or|as operators.The following three lines i 阅读全文