Click or drag to resize

IFieldContextHasField Method

Gets the FieldItem for the given field name.

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

Parameters

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

Return Value

Type: Boolean
The FieldItem instance, if found; otherwise null.
See Also