Click or drag to resize

DocumentItemGetFieldData(FieldItem) Method

Gets the field data from the document as a string.

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
)

Parameters

field  FieldItem
The field to retrieve a value for.

Return Value

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