SearchRequestType Element

System.Object

SearchRequestType

PrincipalSearch

RepositorySearch

StoredSearch (not supported)

 

Client Declaration

The base, abstract element for search-related elements and provides the input for the ExecuteSearch operation.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="SearchRequestType" abstract="true">
   <xsd:sequence>
      <xsd:element name="SelectionFilter" type="PropertyFilterType" minOccurs="0"/>
   </xsd:sequence>
   <xsd:attribute name="maxElements" type="xsd:int"/>
   <xsd:attribute name="continueFrom" type="xsd:string"/>
   <xsd:attribute name="continuable" type="xsd:boolean"/>
</xsd:complexType>