2.2.4.12 t:FindItemParentType Complex Type
The FindItemParentType complex type specifies the results of a search of a single Root folder.
-
<xs:complexType name="FindItemParentType"> <xs:choice> <xs:element name="Items" type="t:ArrayOfRealItemsType" /> <xs:element name="Groups" type="t:ArrayOfGroupedItemsType" /> </xs:choice> <xs:attributeGroup ref="t:FindResponsePagingAttributes" /> </xs:complexType>
The following table lists the child elements of the FindItemParentType complex type.
Element |
Type |
Description |
---|---|---|
Items |
t:ArrayOfRealItemsType ([MS-OXWSCDATA] section 2.2.4.10) |
Specifies the results of a search in which the items returned are not grouped. |
Groups |
t:ArrayOfGroupedItemsType (section 2.2.4.3) |
Specifies the grouped results of a search. |
The following table lists the attribute group that is defined for the FindItemParentType complex type.
Attribute group |
Description |
---|---|
t:FindResponsePagingAttributes ([MS-OXWSCDATA] section 2.2.8.1) |
Specifies zero or more attributes that describe the result set. |
If a GroupBy or DistinguishedGroupBy element was specified in the FindItemType complex type, as specified in section 3.1.4.2.3.2, instance that was sent to the FindItem operation, as specified in section 3.1.4.2, any results of the operation are returned in the Groups element; otherwise, the results are returned in the Items element.