Click or drag to resize

IScriptContextHasField Method

Determines whether the specified field name exists.

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
Name of the field to check.

Return Value

Type: Boolean
true if the specified field name exists; otherwise, false.
See Also