DocumentItemGetFieldData(FieldItem) Method |  |
Gets the field data from the document as a string.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic string GetFieldData(
FieldItem field
)
Parameters
- field FieldItem
- The field to retrieve a value for.
Return Value
StringThe value of the field for this document.
See Also