Click or drag to resize

IFieldContextGetField Method

Checks if the given field name exists in the list of fields.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
FieldItem GetField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field to check.

Return Value

Type: FieldItem
true if the field exists in the schema; otherwise, false.
See Also