Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ArrayOfPermissionsType complex type specifies a collection of permissions for a folder.
-
<xs:complexType name="ArrayOfPermissionsType"> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="Permission" type="t:PermissionType" /> </xs:choice> </xs:complexType>
The following table lists the child elements of the ArrayOfPermissionsType complex type.
Element name |
Type |
Description |
---|---|---|
Permission |
t:PermissionType ([MS-OXWSFOLD] section 2.2.4.15) |
Specifies a single access permission that a delegate has to a folder. This element can occur zero or more times. |