ReorderingRuleMatchType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ReorderingRuleMatchType
type ReorderingRuleMatchType =
Public Enum ReorderingRuleMatchType
- Inheritance
-
ReorderingRuleMatchType
Fields
Name | Value | Description |
---|---|---|
ResultContainsKeyword | 0 | |
TitleContainsKeyword | 1 | |
TitleMatchesKeyword | 2 | |
UrlStartsWith | 3 | |
UrlExactlyMatches | 4 | |
ContentTypeIs | 5 | |
FileExtensionMatches | 6 | |
ResultHasTag | 7 | |
ManualCondition | 8 |