System.Object
SearchScopeType
Client Declaration
public abstract class SearchScopeType
The base, abstract element for representing the type of search scope.
Each element of type SearchScopeType
specifies either an object store scope (ObjectStoreScope
) or a
merged scope (MergedScope
).
<xsd:complexType name="SearchScopeType" abstract="true"/>