DocumentItemGetFieldData(FieldItem, Boolean) Method |  |
Gets the field data from the document as a string with option to set resource link handling.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic string GetFieldData(
FieldItem field,
bool linkResourcePaths
)
Parameters
- field FieldItem
- The field to retrieve a value for.
- linkResourcePaths Boolean
- Set to true to return the absolute file path for any fields with
linked resources paths. Otherwise, relative paths will be used.
Return Value
StringThe value of the field for this document.
See Also