Click or drag to resize

IScriptContextGetField Method

Gets the instance of the field based on the name.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
FieldItem GetField(
	string fieldName
)

Parameters

fieldName  String
Name of the field.

Return Value

FieldItem
Field if found; otherwise null.
See Also