MergedScopeMergeMode Enumeration

 

Client Declaration

Specifies the type of scope merge to use when searching multiple object stores.

 

Constants

Name Value Description
Intersection 1 Merged scope is an intersection of scopes.
Union 0 Merged scope is a union of scopes.

Applies To

MergedScope

 

XML Schema

<xsd:simpleType>
   <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Union"/>
      <xsd:enumeration value="Intersection"/>
   </xsd:restriction>
</xsd:simpleType>