CrawlRuleCollection.Item Property
Include Protected Members
Include Inherited Members
Gets the specified crawl rule from the collection.
Overload List
Name | Description | |
---|---|---|
![]() |
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. |
Top