Click or drag to resize

ScriptContextCreateField(String) Method

Creates the given field name if it does not exist.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public FieldItem CreateField(
	string fieldName
)

Parameters

fieldName  String
The name of the field to create.

Return Value

FieldItem
The created FieldItem instance.

Implements

IScriptContextCreateField(String)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if fieldName is null or empty.
ArgumentExceptionThrown if the fieldName already exists.
Remarks
Defaults the field's type to Text
See Also