Click or drag to resize

DocumentItemSetFieldData Method

Overload List
  NameDescription
Public methodSetFieldData(FieldItem, Boolean)
Sets the field data from a bool value for the document. The field type must match Boolean.
Public methodSetFieldData(FieldItem, DateTime)
Sets the field data from a DateTime value for the document. The field type must match Date, Time, or DateTime.
Public methodSetFieldData(FieldItem, Int32)
Sets the field data from a int value for the document. The field type must match Number.
Public methodSetFieldData(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.
Public methodSetFieldData(FieldItem, Single)
Sets the field data from a float value for the document. The field type must match Decimal.
Public methodSetFieldData(FieldItem, String)
Sets the field data from a string value for the document.
Public methodSetFieldData(IChoiceFieldItem, IEnumerableString, Boolean)
Allow to set values for choice and multi choice field
Public methodSetFieldData(IChoiceFieldItem, String, Char, Boolean)
Allow to set values for choice and multi choice field
Top
See Also