2.2.5.2 t:PermissionActionType
The PermissionActionType simple type defines which items in a folder a user has permission to edit or delete.
-
<xs:simpleType name="PermissionActionType"> <xs:restriction base="xs:string" > <xs:enumeration value="None" /> <xs:enumeration value="Owned" /> <xs:enumeration value="All"
-
/> </xs:restriction> </xs:simpleType>
The following table lists the values that are defined by the PermissionActionType simple type.
Value |
Meaning |
---|---|
None |
Indicates that the user does not have permission to perform the action on any items in the folder. |
Owned |
Indicates that the user has permission to perform the action on the items in the folder that the user owns. |
All |
Indicates that the user has permission to perform the action on all items in the folder. |