Content.ListKnownLotusNotesDatabases Method
Returns the list of Lotus Notes databases for a specified server.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function ListKnownLotusNotesDatabases ( _
serverName As String _
) As String()
'Usage
Dim instance As Content
Dim serverName As String
Dim returnValue As String()
returnValue = instance.ListKnownLotusNotesDatabases(serverName)
public string[] ListKnownLotusNotesDatabases(
string serverName
)
Parameters
serverName
Type: System.StringA string containing the name of a Lotus Notes server.
Return Value
Type: []
A string array that contains the database name for each Lotus Notes database.