IScriptContextGetField Method | |
Gets the instance of the field based on the name.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax FieldItem GetField(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of the field.
Return Value
Type:
FieldItemField if found; otherwise
null.
See Also