 | 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
Syntaxbool ViewMarkItem(
int index
)
Function ViewMarkItem (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
Index of Nth item (1-based).
Return Value
Type:
BooleanTrue on success, inspect
GetLastError on failure
See Also