2.2.4.7 t:MovedCopiedEventType Complex Type
The MovedCopiedEventType complex type specifies a moved or copied event notification. The MovedCopiedEventType complex type extends the BaseObjectChangedEventType complex type, as specified in section 2.2.4.5.
-
<xs:complexType name="MovedCopiedEventType"> <xs:complexContent> <xs:extension base="t:BaseObjectChangedEventType" > <xs:sequence> <xs:choice> <xs:element name="OldFolderId" type="t:FolderIdType" /> <xs:element name="OldItemId" type="t:ItemIdType" /> </xs:choice> <xs:element name="OldParentFolderId" type="t:FolderIdType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the MovedCopiedEventType complex type.
Element name |
Type |
Description |
---|---|---|
OldFolderId |
t:FolderIdType ([MS-OXWSCDATA] section 2.2.4.35) |
Specifies the old identifier for a copied or moved folder. |
OldItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Specifies the old identifier for a copied or moved item. |
OldParentFolderId |
t:FolderIdType |
Specifies the identifier of the original parent folder of a moved item or folder. |