3.1.4.10.3.3 UpdateItemInRecoverableItemsResponseMessageType Complex Type
The UpdateItemInRecoverableItemsResponseMessageType complex type specifies the response message from the UpdateItemInRecoverableItems operation specified in section 3.1.4.10. This type extends the m:ItemInfoResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.41.
-
<xs:complexType name="UpdateItemInRecoverableItemsResponseMessageType"> <xs:complexContent> <xs:extension base="m:ItemInfoResponseMessageType"> <xs:sequence> <xs:element name="Attachments" type="t:ArrayOfAttachmentsType" minOccurs="0"/> <xs:element name="ConflictResults" type="t:ConflictResultsType" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the UpdateItemInRecoverableItemsResponseMessageType complex type.
Element |
Type |
Description |
---|---|---|
Attachments |
t:ArrayOfAttachmentsType ([MS-OXWSATT] section 2.2.4.1) |
An array of attachments on the item. |
ConflictResults |
t:ConflictResultsType (section 2.2.4.17) |
Specifies the number of conflicts in the response. |