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: 7.6.1.3-5cb5c356
Syntax
C#
T Parse(
	DocumentItem item
)

Parameters

item
Type: Compiled.EDD.ScriptingDocumentItem
The document instance to calculate a field value for.

Return Value

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