CrawlTopologyCollection.Create Method
Creates a new crawl topology.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Create As CrawlTopology
'Usage
Dim instance As CrawlTopologyCollection
Dim returnValue As CrawlTopology
returnValue = instance.Create()
public CrawlTopology Create()
Return Value
Type: Microsoft.Office.Server.Search.Administration.CrawlTopology
The new crawl topology.
Remarks
This method creates an empty crawl topology.