IScriptContextHasField Method |  |
Determines whether the specified field name exists.
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
- Name of the field to check.
Return Value
Booleantrue if the specified field name exists; otherwise,
false.
See Also