 | 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
Syntaxstring GetDesktopNames(
string delim = null
)
Function GetDesktopNames (
Optional delim As String = Nothing
) As String
Parameters
- delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
StringStrings containing the desktop names delimited by delim of CR/LF if no delim supplied.
See Also