CrawlRuleCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of CrawlRule objects.
The CrawlRuleCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of CrawlRule objects in the collection. | |
DisabledCount | Gets the number of disabled crawl rules in the collection. | |
Item[Int32] | Gets a CrawlRule object from collection, based on the specified priority. | |
Item[String] | Gets a CrawlRule object from collection, based on the specified path. | |
Parent | Gets the parent Content object for the crawl rule collection. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates a crawl rule. | |
Equals | (Inherited from Object.) | |
Exists | Returns a Boolean value that indicates whether the specified crawl rule exists in the collection. | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the crawl rule collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveFromResults | Removes a list of content items from search results without requiring a re-crawl of the content. | |
SetPriority | Sets the priority for a crawl rule. | |
Test | Tests a specified URL against all crawl rules in the collection, and returns a CrawlRule object representing the crawl rule that was triggered for the URL. | |
ToString | (Inherited from Object.) |
Top