2.2.4.27 m:PerformInstantSearchRequest Complex Type
The PerformInstantSearchRequest complex type is for internal use only.<8>
-
<xs:complexType name="PerformInstantSearchRequest"> <xs:complexContent> <xs:extension base="m:BaseRequestType"> <xs:sequence> <xs:element name="SearchSessionId" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="ItemType" type="t:InstantSearchItemType" minOccurs="1" maxOccurs="1"/> <xs:element name="QueryOptions" type="t:QueryOptionsType" minOccurs="1" maxOccurs="1"/> <xs:element name="SearchRequestId" type="xs:long" minOccurs="1" maxOccurs="1"/> <xs:element name="KqlQuery" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="FolderScope" type="t:ArrayOfFolderIdType" minOccurs="1" maxOccurs="1"/> <xs:element name="DistinguishedFolderScope" type="t:ArrayOfDistinguishedFolderIdType" minOccurs="0" maxOccurs="1"/> <xs:element name="IsDeepTraversal" type="xs:boolean" minOccurs="0" maxOccurs="1"/> <xs:element name="WaitOnSearchResults" type="xs:boolean" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the PerformInstantSearchRequest complex type.
-
Element
Type
Description
SearchSessionId
xs:string ([XMLSCHEMA2] )
For internal use only.
ItemType
t:InstantSearchItemType (section 2.2.5.5)
For internal use only.
QueryOptions
t:QueryOptionsType (section 2.2.5.8)
For internal use only.
SearchRequestId
xs:long ([XMLSCHEMA2] )
For internal use only.
KqlQuery
xs:string
For internal use only.
FolderScope
t:ArrayOfFolderIdType ([MS-OXWSPERS] section 2.2.4.4)
For internal use only.
DistinguishedFolderScope
t:ArrayOfDistinguishedFolderIdType ([MS-OXWSCDATA] section 2.2.4.6)
For internal use only.
IsDeepTraversal
xs:boolean ([XMLSCHEMA2] )
For internal use only.
WaitOnSearchResults
xs:boolean
For internal use only.