Gets the value of field of item.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public Object GetFieldValue(
	Item item,
	Field field
)

Parameters

item
Type: TeaTime..::..Item
The item.
field
Type: TeaTime..::..Field
The field.

Return Value

The field value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThrown when one or more required arguments are null.

See Also