2.2.4.4 t:ArrayOfEncryptedSharedFolderDataType Complex Type

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.