IScriptContextCreateField(String, ChoiceFieldItemType) Method |  |
Creates the given field name as choice or multi-choice if it does not exist.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxFieldItem CreateField(
string fieldName,
ChoiceFieldItemType choiceFieldItemType
)
Parameters
- fieldName String
- The name of the field to create.
- choiceFieldItemType ChoiceFieldItemType
- The choice type to use for the field.
Return Value
FieldItemThe created
FieldItem instance.
Exceptions
See Also