2.2.4.10 t:FolderChangeType

The FolderChangeType complex type specifies a collection of changes to be performed on a single folder.

 <xs:complexType name="FolderChangeType">
   <xs:sequence>
     <xs:choice>
       <xs:element name="FolderId"
         type="t:FolderIdType"
        />
       <xs:element name="DistinguishedFolderId"
         type="t:DistinguishedFolderIdType"
        />
     </xs:choice>
     <xs:element name="Updates"
       type="t:NonEmptyArrayOfFolderChangeDescriptionsType"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the FolderChangeType complex type.

Element name

Type

Description

FolderId

t:FolderIdType ([MS-OXWSCDATA] section 2.2.4.35)

Specifies the folder identifier and change key. The maximum length for the FolderIdType element Id attribute and the maximum length for the FolerIdType ChangeKey attribute is 512 bytes after base64 decoding.

DistinguishedFolderId

t:DistinguishedFolderIdType ([MS-OXWSCDATA] section 2.2.4.27)

Specifies an identifier for a distinguished folder.

Updates

t:NonEmptyArrayOfFolderChangeDescriptionsType (section 3.1.4.8.3.5)

Specifies a collection of changes to a folder.