2.2.4.29 t:EffectiveRightsType Complex Type
The EffectiveRightsType complex type specifies client rights based on the permission settings for an item or folder.
-
<xs:complexType name="EffectiveRightsType"> <xs:sequence> <xs:element name="CreateAssociated" type="xs:boolean" /> <xs:element name="CreateContents" type="xs:boolean" /> <xs:element name="CreateHierarchy" type="xs:boolean" /> <xs:element name="Delete" type="xs:boolean" /> <xs:element name="Modify" type="xs:boolean" /> <xs:element name="Read" type="xs:boolean" /> <xs:element name="ViewPrivateItems" type="xs:boolean" minOccurs="0" maxOccurs="1" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the EffectiveRightsType complex type.
Element name |
Type |
Description |
---|---|---|
CreateAssociated |
xs:boolean ([XMLSCHEMA2]) |
Specifies whether a client can create an associated contents table. |
CreateContents |
xs:boolean |
Specifies whether a client can create a contents table. |
CreateHierarchy |
xs:boolean |
Specifies whether a client can create a hierarchy table. |
Delete |
xs:boolean |
Specifies whether a client can delete a folder or item. |
Modify |
xs:boolean |
Specifies whether a client can modify a folder or item. |
Read |
xs:boolean |
Specifies whether a client can read an item. |
ViewPrivateItems |
xs:boolean |
Specifies whether a client can read private items.<50> |