UrlScopeRule members
Represents a scope rule that matches content items based on the display URL of the item.
The UrlScopeRule type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the content index that match the URL scope rule. (Overrides ScopeRule.Count.) | |
FilterBehavior | Gets or sets the behavior of the URL scope rule filter. (Overrides ScopeRule.FilterBehavior.) | |
ID | Gets the scope rule ID. (Inherited from ScopeRule.) | |
LogPrefix | (Inherited from ScopeRule.) | |
MatchingString | Gets or sets the string to match with the content item's display URL. | |
RuleType | Gets the scope rule type. (Inherited from ScopeRule.) | |
UrlRuleType | Gets the URL scope rule type. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the scope rule. (Inherited from ScopeRule.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsEqualRule | (Inherited from ScopeRule.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowIfNotBacked | (Inherited from ScopeRule.) | |
ToString | (Inherited from Object.) | |
Update | Updates the scope rule with the specified changes. (Inherited from ScopeRule.) |
Top