Click or drag to resize

FieldContainerTParse Method

Parses the DocumentItem and outputs the type 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#
public abstract 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.

Implements

IFieldContainerTParse(DocumentItem)
See Also