Click or drag to resize

FieldContextGetField 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: 9.0.0.0-142fa9725
Syntax
C#
public FieldItem GetField(
	string fieldName
)

Parameters

fieldName  String
The name of the field to check.

Return Value

FieldItem
true if the field exists in the schema; otherwise, false.

Implements

IFieldContextGetField(String)
See Also