Click or drag to resize

FieldItemAttribute(Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the FieldItemAttribute class.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public FieldItemAttribute(
	bool allowNew,
	bool allowSystemFields,
	bool allowNull,
	bool isChoice
)

Parameters

allowNew  Boolean
Enables allowing new fields to be created.
allowSystemFields  Boolean
Enables allowing System fields to be shown.
allowNull  Boolean
Enables allowing no field to be selected.
isChoice  Boolean
Enables showing only choice fields.
See Also