RepositorySearch Element

System.Object

SearchRequestType

RepositorySearch

 

Client Declaration

Represents an ad-hoc query of a single object store or a merged scope over multiple object stores. This element is used in an ExecuteSearch request.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

Base Element Inheritance

Elements

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="RepositorySearch">
   <xsd:complexContent>
      <xsd:extension base="SearchRequestType">
         <xsd:sequence>
            <xsd:element name="SearchScope" type="SearchScopeType"/>
            <xsd:element name="SearchSQL" type="xsd:string"/>
         </xsd:sequence>
         <xsd:attribute name="repositorySearchMode" type="RepositorySearchModeType"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>