Click or drag to resize

ICommenceDatabaseViewMarkItem Method

Marks the Indexth item in the view and makes it the default category and item for the EditItem, AppendText, AssignConnection, UnassignConnection, PromoteItemToShared and ShowItem EXECUTE commands.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool ViewMarkItem(
	int index
)

Parameters

index
Type: SystemInt32
Index of Nth item (1-based).

Return Value

Type: Boolean
True on success, inspect GetLastError on failure
See Also