[]
Gets the value of a custom field.
public virtual object GetFieldValue(string fieldName, object defaultValue)
Type | Name | Description |
---|---|---|
string | fieldName | Name of the field to get. |
object | defaultValue | Field default value. |
Type | Description |
---|---|
object | The value of the field. |