SearchServiceApplication.GetContentSourceNames method

Gets a list of ContentSource names managed by the SearchServiceApplication.

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

Syntax

'Declaration
Public Function GetContentSourceNames As List(Of String)
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As List(Of String)

returnValue = instance.GetContentSourceNames()
public List<string> GetContentSourceNames()

Return value

Type: System.Collections.Generic.List<String>
A list of ContentSource names.

Implements

ISearchSiteAdministrationServiceApplication.GetContentSourceNames()

Remarks

This method gets a list that contains all of the ContentSource names managed by the SearchServiceApplication.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace