2.2.5.4 t:PermissionReadAccessType
The PermissionReadAccessType simple type specifies whether a user has permission to read items in a folder.
-
<xs:simpleType name="PermissionReadAccessType"> <xs:restriction base="xs:string" > <xs:enumeration value="None" /> <xs:enumeration value="FullDetails" /> </xs:restriction> </xs:simpleType>
The following table list the values that are defined by the PermissionReadAccessType simple type.
Value |
Description |
---|---|
None |
The user does not have permission to read items in the folder. |
FullDetails |
The user has permission to read all items in the folder. |