CrawlRule Members
Include Protected Members
Include Inherited Members
Represents a crawl rule.
The CrawlRule type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccountLastModified | ||
AccountName | Gets a string containing the account name for the crawl rule. | |
AuthenticationData | ||
AuthenticationPath | ||
AuthenticationType | Gets the type of authentication used for the crawl rule. | |
ContentClass | Gets or sets a string that is sent to the protocol handler for any content matching the crawl rule. | |
CrawlAsHttp | Gets or sets a Boolean value that specifies whether the crawler should crawl content from a hierarchical content source as HTTP content. | |
Enabled | Gets a Boolean value that indicates whether the crawl rule is enabled. | |
ErrorPages | ||
FollowComplexUrls | Gets or sets a Boolean value that specifies whether the index engine should crawl content with URLs that contain the question mark ("?") character. | |
Method | ||
Parent | Gets the parent CrawlRuleCollection object for the crawl rule. | |
Path | Gets or sets the path that the crawl rule applies to. | |
PluggableSecurityTrimmerId | Gets or sets the pluggable security trimmer ID for the crawl rule. | |
Priority | Gets the priority setting for the crawl rule. | |
SuppressIndexing | Gets or sets a Boolean value that specifies whether the crawler should exclude the content of items that this rule applies to from the content index. | |
Type | Gets or sets the crawl rule type. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Re-activates a crawl rule. | |
Delete | Deletes the crawl rule. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetCredentials(CrawlRuleAuthenticationType, StringCollection, StringCollection) | ||
SetCredentials(CrawlRuleAuthenticationType, String, SecureString) | Sets the authentication type, user name, and password information for the index engine to use when crawling content that the crawl rule applies to. | |
SetCredentials(CrawlRuleAuthenticationType, String, String, NameValueCollection, NameValueCollection, StringCollection) | ||
Test | Tests a specified URL to determine if the URL triggered a crawl rule. | |
ToString | (Inherited from Object.) | |
Update | Updates the CrawlRule object with changes made to the crawl rule. |
Top