SharePoint - Templates & Definitions
1. <ListTemplate>元素的SecurityBits属性
Optional Text. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. TheSecurityBits attribute contains a 2-digit string. The first digit in the string controls the read access; the second digit in the string controls the edit access. For read access, the following are valid digits:
-
1 Users can read all items.
-
2 Users can read only their own items.
For edit access, the following are valid digits:
-
1 Users can edit all items.
-
2 Users can edit only their own items.
-
4 Users cannot edit items.
2. Custom Action的Rights Mask值
3.