Click or drag to resize

ICommenceDatabaseShowDesktop Method

Opens the specified desktop in Commence.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool ShowDesktop(
	string desktopName
)

Parameters

desktopName
Type: SystemString
Commence desktop name.

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.
See Also