Click or drag to resize

ICommenceDatabaseGetDesktopNames Method (String)

Gets the desktop names in the Commence database.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetDesktopNames(
	string delim = null
)

Parameters

delim (Optional)
Type: SystemString
Delimiter, up to 8 chars.

Return Value

Type: String
Strings containing the desktop names delimited by delim of CR/LF if no delim supplied.
See Also