CrawlRuleCollection.Create Method (CrawlRuleType, Boolean, String)

Creates a crawl rule.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function Create ( _
    type As CrawlRuleType, _
    isAdvancedRegularExpression As Boolean, _
    path As String _
) As CrawlRule
'Usage
Dim instance As CrawlRuleCollection
Dim type As CrawlRuleType
Dim isAdvancedRegularExpression As Boolean
Dim path As String
Dim returnValue As CrawlRule

returnValue = instance.Create(type, isAdvancedRegularExpression, _
    path)
public CrawlRule Create(
    CrawlRuleType type,
    bool isAdvancedRegularExpression,
    string path
)

Parameters

Return Value

Type: Microsoft.Office.Server.Search.Administration.CrawlRule
The crawl rule.

See Also

Reference

CrawlRuleCollection Class

CrawlRuleCollection Members

Create Overload

Microsoft.Office.Server.Search.Administration Namespace