Share via


CrawlRuleCollection.Create method (CrawlRuleType, 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, _
    path As String _
) As CrawlRule
'Usage
Dim instance As CrawlRuleCollection
Dim type As CrawlRuleType
Dim path As String
Dim returnValue As CrawlRule

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

Parameters

  • path
    Type: System.String

    A string that contains the path URL for the crawl rule.

Return value

Type: Microsoft.Office.Server.Search.Administration.CrawlRule
A CrawlRule object.

See also

Reference

CrawlRuleCollection class

CrawlRuleCollection members

Create overload

Microsoft.Office.Server.Search.Administration namespace