CrawlRuleCollection members
SharePoint 2013
Represents a collection of CrawlRule objects.
The CrawlRuleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of CrawlRule objects 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. |
| Name | Description | |
|---|---|---|
|
Create(CrawlRuleType, String) | Creates a crawl rule. |
|
Create(CrawlRuleType, Boolean, String) | 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.) |
Show: