IFieldContextHasField Method |  |
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxbool HasField(
string fieldName
)
Parameters
- fieldName String
- The name of the field to find.
Return Value
BooleanThe
FieldItem instance, if found; otherwise
null.
See Also