IScriptContextGetOrCreateField(String, FieldItemType) Method |  |
Gets or creates the field matching both the given name and field data type.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxFieldItem GetOrCreateField(
string fieldName,
FieldItemType fieldType = FieldItemType.Text
)
Parameters
- fieldName String
- The name of the field to create.
- fieldType FieldItemType (Optional)
- The data type of the field.
Return Value
FieldItemThe existing field if the field exists and matches the field type; otherwise, the newly created field.
See Also