2.2.5.1 t:DelegateFolderPermissionLevelType Simple Type
The DelegateFolderPermissionLevelType simple type specifies the permissions that are granted on a folder to a delegate.
-
<xs:simpleType name="DelegateFolderPermissionLevelType"> <xs:restriction base="xs:string" > <xs:enumeration value="None" /> <xs:enumeration value="Editor" /> <xs:enumeration value="Reviewer" /> <xs:enumeration value="Author" /> <xs:enumeration value="Custom" /> </xs:restriction> </xs:simpleType>
The following table lists the values that are defined by the DelegateFolderPermissionLevelType simple type.
Value |
Description |
---|---|
None |
Delegate has no permissions on the folder. |
Editor |
Delegate can read, create, and modify items in the folder. |
Reviewer |
Delegate can read items in the folder. |
Author |
Delegate can read and create items in the folder. |
Custom |
This setting is not applicable to this protocol. |