[]
        
(Showing Draft Content)

C1.GanttView.BaseObject.SetFieldValue

SetFieldValue Method

SetFieldValue(string, object)

Sets the value of a custom field.

Declaration
public virtual bool SetFieldValue(string fieldName, object value)
Parameters
Type Name Description
string fieldName

Name of the field to set.

object value

Value to assign to field.

Returns
Type Description
bool

True if the value changed, false otherwise.