Click or drag to resize

CommenceDatabaseViewMarkItem 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
public 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

Implements

ICommenceDatabaseViewMarkItem(Int32)
See Also