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 ArrayOfEncryptedSharedFolderDataType complex type specifies an array of encrypted folder data that is passed between servers by the client.
-
<xs:complexType name="t:ArrayOfEncryptedSharedFolderDataType"> <xs:choice maxOccurs="unbounded" minOccurs="0" > <xs:element name="EncryptedSharedFolderData" type="t:EncryptedSharedFolderDataType" /> </xs:choice> </xs:complexType>
The following table lists the child elements of the ArrayOfEncryptedSharedFolderDataType complex type.
Element name |
Type |
Description |
---|---|---|
EncryptedSharedFolderData |
t:EncryptedSharedFolderDataType (section 2.2.4.7) |
Specifies zero or more encrypted shared folder data items. |