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: 9.0.0.0-142fa9725
Syntax
C#
bool HasField(
	string fieldName
)

Parameters

fieldName  String
Name of the field to check.

Return Value

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