CrawlMappingCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of CrawlMapping objects.
The CrawlMappingCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of CrawlMapping objects in the collection. | |
Item[Int32] | Gets the specified crawl mapping from the collection based on the specified crawl mapping ID. | |
Item[Uri] | Gets the specified crawl mapping from the collection based on the crawl mapping name that is specified. | |
Parent | Gets the parent Content object for the crawl mapping collection. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates a crawl mapping. | |
Equals | (Inherited from Object.) | |
Exists | Returns a Boolean value that indicates whether a crawl mapping exists in the collection, based on the specified source URI. | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the crawl mapping collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top