IScriptContextCreateField(String, FieldItemType) Method |  |
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxFieldItem CreateField(
string fieldName,
FieldItemType fieldType
)
Parameters
- fieldName String
- Name of the field to create.
- fieldType FieldItemType
- Type of the field.
Return Value
FieldItemField created; exception thrown if the name already exists.
See Also