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 bool HasField(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of the field to check.
Return Value
Type:
Booleantrue if the specified field name exists; otherwise,
false.
See Also