Click or drag to resize

IFieldContainerTParse Method

Parses the DocumentItem and outputs a String value for the field.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
T Parse(
	DocumentItem item
)

Parameters

item  DocumentItem
The document instance to calculate a field value for.

Return Value

T
Value to output into the field of the specified document.
See Also