Click or drag to resize

ScriptContextGetField Method

Gets the FieldItem for the given field name.

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

Parameters

fieldName  String
The name of the field to find.

Return Value

FieldItem
The FieldItem instance, if found; otherwise null.

Implements

IScriptContextGetField(String)
See Also