Click or drag to resize

FieldItemAttribute Constructor (Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the FieldItemAttribute class.

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

Parameters

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