DocumentItemSetFieldData(FieldItem, String) Method |  |
Sets the field data from a string value for the document.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic bool SetFieldData(
FieldItem field,
string fieldValue
)
Parameters
- field FieldItem
- The field to update.
- fieldValue String
- The field value to apply to the field.
Return Value
Booleantrue if value was applied successfully; otherwise,
false.
Exceptions
RemarksNote: This will attempt to format the data to match the data type.
See Also