CrawlRule methods
SharePoint 2013
The CrawlRule type exposes the following members.
| Name | Description | |
|---|---|---|
|
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) | Sets the authentication type, cookies, and error page for the index engine to use when crawling content that the crawl rule applies to. |
|
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) | Sets the access acount for this rule. This version of the method is only valid for forms auth access. |
|
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. |
Show: