Click or drag to resize

ICommenceDatabaseGetMeField Method

Gets a fieldvalue from the item defined as (-Me-) item in Commence.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetMeField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Commence field name.

Return Value

Type: String
FieldValue, "(Field not found)" if field doesn't exist, "(ME item not found)" if no (-Me-) item is set. Or NACK 126?
See Also