MergedScopeMergeMode Enumeration

Client Declaration
  public enum MergedScopeMergeMode
Specifies the type of merged scope to use when multiple object stores are searched.

Constants

Name Value Description
Intersection 1 The merged scope is an intersection of scopes.
Union 0 The 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>