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 T Parse(
DocumentItem item
)
Parameters
- item
- Type: Compiled.EDD.ScriptingDocumentItem
The document instance to calculate a field value for.
Return Value
Type:
TValue to output into the field of the specified document.
See Also