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