 | 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
SyntaxList<string> GetFields(
string categoryName,
string itemName,
List<string> fieldNames
)
Function GetFields (
categoryName As String,
itemName As String,
fieldNames As List(Of String)
) As List(Of String)
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:
ListStringList of fieldvalues.
See Also