Click or drag to resize

DocumentItemGetFieldData(FieldItem, Boolean) Method

Gets the field data from the document as a string with option to set resource link handling.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public 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

String
The value of the field for this document.
See Also