Click or drag to resize

ISchemaField Properties


The ISchemaField type exposes the following members.

Properties
  Name Description
Public property AIHelpText Gets/sets a field's AI related help text. Fields with AI help text will be included the full content AI content generation, and the help text will be part of the prompt to confine the content generation context.
Public property ChildElementLabel Gets/sets the child element label. Only applies to the List element field type.
Public property ChildElementName Gets/sets the child element's name. Only applies to the List element field type.
Public property ChildElementType Gets/sets the child element type. Only applies to the List element field type.
Public property DefaultValue Gets/sets the field's default value.
Public property Exports Gets the field's collection of local exports. Local exports add additional attributes for Link and Navigation element XML output to global exports.
Public property FieldType Gets/sets the type of field.
Public property HelpText Gets/sets a field's help text. Help text, displayed on the Ingeniux CMS edit form, is information to help users complete the field.
Public property Hidden Gets/sets whether the field is hidden for non-administrator users and users who don't have the View Hidden Elements permission on the CMS edit form.
Public property Indexable Gets/sets the field's ability to be indexed for in site search.
Public property Label Gets/sets the the field's label (friendly name).
Public property Name Gets/sets the name of the field.
Public property OpenByDefault Gets/sets whether this field should display all information to the client on initial get.
Public property Readonly Gets/sets whether the field is read-only for non-administrator users on the CMS edit form.
Public property Required Gets/sets whether the field is required.
Public property TypeName Gets the name of the field type.
Public property UniqueID Gets/sets the unique ID of the Schema Field. Only effective in page creation for Element fields.
Top
See Also