FieldItemAttribute Constructor (Boolean, Boolean, Boolean, Boolean) | |
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax 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