ObjectStoreScope Element

System.Object
  SearchScopeType
    ObjectStoreScope
Client Declaration
  public class ObjectStoreScope
Represents an object store to be searched.

Element Structure

Attributes
  • String objectStore: Required expression specifying the name or GUID of an object store.

XML Schema

<xsd:complexType name="ObjectStoreScope">
   <xsd:complexContent>
      <xsd:extension base="SearchScopeType">
         <xsd:attribute name="objectStore" type="xsd:string" use="required"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>