Click or drag to resize

ICommenceDatabaseGetFields Method (String, String, ListString)

Gets values of specified field(s) from specified item.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
List<string> GetFields(
	string categoryName,
	string itemName,
	List<string> fieldNames
)

Parameters

categoryName
Type: SystemString
Commence category name.
itemName
Type: SystemString
Commence item name.
fieldNames
Type: System.Collections.GenericListString
List of fields to request values from.

Return Value

Type: ListString
List of fieldvalues.
See Also