Click or drag to resize

ICommenceDatabaseGetFieldNames Method (String)

Gets a list of fieldnames for the specified Commence category.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
List<string> GetFieldNames(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence categoryname.

Return Value

Type: ListString
List of fieldnames.
Remarks
Does not return Image field names, see GetImageFieldNames(String).
Remarks
This method is only available to .Net consumers.
See Also