Click or drag to resize

ICommenceDatabaseMarkActiveItem Method

Marks the active item for subsequent requests.

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

Parameters

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

Return Value

Type: String
String with categoryname and item name, delimited by delim or CR/LF if not supplied, null if no item is active.
Remarks
Commence documentation does not specify a return value or delimiter for this request, but it does have a return value and can take a delimiter. Inspecting the return value can be useful for checking if the request was successful.
See Also