2.2.5.15 UrlScopeRuleType

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The UrlScopeRuleType simple type contains information about the URL matching behavior to use for the search scope rule.

 <xs:simpleType name="UrlScopeRuleType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Folder"/>
     <xs:enumeration value="HostName"/>
     <xs:enumeration value="Domain"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for UrlScopeRuleType:

Value

Meaning

Folder

The folder part of the item URL is matched against the search scope rule value.

HostName

The host name part of the item URL is matched against the search scope rule value.

Domain

The subdomain part of the item URL is matched against the search scope rule value.