[]
        
(Showing Draft Content)

C1.GanttView.BaseObject.GetFieldValue

GetFieldValue Method

GetFieldValue(string, object)

Gets the value of a custom field.

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

Name of the field to get.

object defaultValue

Field default value.

Returns
Type Description
object

The value of the field.