| | Name | Description |
|---|
 | SetFieldData(FieldItem, Boolean) |
Sets the field data from a bool value for the document. The field type must
match Boolean.
|
 | SetFieldData(FieldItem, DateTime) |
Sets the field data from a DateTime value for the document. The field type must
match Date, Time, or DateTime.
|
 | SetFieldData(FieldItem, Int64) |
Sets the field data from a int value for the document. The field type must
match Number.
|
 | SetFieldData(FieldItem, Object) |
Sets the field data from an object value for the document. The object value must
match the fields data type or an exception will be thrown.
|
 | SetFieldData(FieldItem, Single) |
Sets the field data from a float value for the document. The field type must
match Decimal.
|
 | SetFieldData(FieldItem, String) |
Sets the field data from a string value for the document.
|
 | SetFieldData(IChoiceFieldItem, IEnumerableString, Boolean) |
Allow to set values for choice and multi choice field
|
 | SetFieldData(IChoiceFieldItem, String, Char, Boolean) |
Allow to set values for choice and multi choice field
|