Click or drag to resize

DocumentItemGetFieldData 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: 7.6.1.3-5cb5c356
Syntax
C#
public string GetFieldData(
	FieldItem field
)

Parameters

field
Type: Compiled.EDD.ScriptingFieldItem
The field to retrieve a value for.

Return Value

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