com.onlineobject.objectnet Namespace

GlobalResources..::..GetAvaiableDatabases Method

Retrieves an array of available database names, optionally returning the full path.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static string[] GetAvaiableDatabases(

	bool returnFullPath

)

Parameters

returnFullPath
Type: Boolean
Whether to return the full path or just the database names.

Return Value

An array of database names or full paths.