 | 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
Syntaxstring MarkActiveItem(
string delim = null
)
Function MarkActiveItem (
Optional delim As String = Nothing
) As String
Parameters
- delim (Optional)
- Type: SystemString
Delimiter, up to 8 characters.
Return Value
Type:
StringString with categoryname and item name, delimited by delim or CR/LF if not supplied,
null if no item is active.
RemarksCommence 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