ScopeRuleCollection members
Represents a collection of scope rules.
The ScopeRuleCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of ScopeRule objects in the collection. | |
Item | Gets the specified scope rule from the collection. |
Top
Methods
Name | Description | |
---|---|---|
CreateAllContentRule | Creates a scope rule that matches all the content. | |
CreatePropertyQueryRule(ScopeRuleFilterBehavior, ManagedProperty, String) | Creates a scope rule based on a managed property value. | |
CreatePropertyQueryRule(ScopeRuleFilterBehavior, ManagedPropertyInfo, String) | ||
CreateUrlRule | Creates a scope rule based on the display URL of the content item. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the scope rule collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top