CrawlTopologyCollection.Create Method (CrawlTopology)
Creates a new crawl topology based on the settings of an existing crawl topology for the Search service application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Create ( _
topology As CrawlTopology _
) As CrawlTopology
'Usage
Dim instance As CrawlTopologyCollection
Dim topology As CrawlTopology
Dim returnValue As CrawlTopology
returnValue = instance.Create(topology)
public CrawlTopology Create(
CrawlTopology topology
)
Parameters
topology
Type: Microsoft.Office.Server.Search.Administration.CrawlTopologyThe existing crawl topology.
Return Value
Type: Microsoft.Office.Server.Search.Administration.CrawlTopology
The new crawl.
Remarks
This method creates a new crawl topology with the same crawl components and crawl databases as the specified crawl topology.