Click or drag to resize

ICommenceDatabaseGetField Method

Returns a fieldvalue from the specified Commence item.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetField(
	string categoryName,
	string itemName,
	string fieldName
)

Parameters

categoryName
Type: SystemString
Commence category name.
itemName
Type: SystemString
Commence item name.
fieldName
Type: SystemString
Commence field name.

Return Value

Type: String
FieldValue, "(Active item not found)" on error.
See Also