Click or drag to resize

CommenceDatabaseGetFieldDefinition Method

Queries Commence for information on the specified field definition.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public ICommenceFieldDefinition GetFieldDefinition(
	string categoryName,
	string fieldName
)

Parameters

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

Return Value

Type: ICommenceFieldDefinition
FieldDef object exposing properties of the field, null on error.

Implements

ICommenceDatabaseGetFieldDefinition(String, String)
Remarks
Unlike it's Commence counterpart, this method returns a ICommenceFieldDefinition object instead of a delimited string.
See Also