2.2.4.6 m:BaseMoveCopyFolderType

The BaseMoveCopyFolderType complex type is the base type for the CopyFolderType complex type, as specified in section 3.1.4.1.3.2, and the MoveFolderType complex type, as specified in section 3.1.4.7.3.2. The BaseMoveCopyFolderType complex type extends the BaseRequestType complex type ([MS-OXWSCDATA] section 2.2.4.17).

 <xs:complexType name="BaseMoveCopyFolderType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseRequestType"
     >
       <xs:sequence>
         <xs:element name="ToFolderId"
           type="t:TargetFolderIdType"
          />
         <xs:element name="FolderIds"
           type="t:NonEmptyArrayOfBaseFolderIdsType"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

ToFolderId

t:TargetFolderIdType (section 2.2.4.16)

Represents a target folder for operations that create, save, copy, move, or synchronize items or folders.

FolderIds

t:NonEmptyArrayOfBaseFolderIdsType (section 3.1.4.6.3.3)

Specifies an array of one or more folder identifiers.