[]
        
(Showing Draft Content)

C1.GanttView.Task.GetFieldValue

GetFieldValue Method

GetFieldValue(string, object)

Gets the value of a custom field.

Declaration
public override sealed object GetFieldValue(string fieldName, object defaultValue)
Parameters
Type Name Description
string fieldName

The field's name.

object defaultValue

The default value of field's name.

Returns
Type Description
object

The value of the field.

Overrides