Click or drag to resize

ISchemaUnit Interface


Represents a field unit on a schema.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface ISchemaUnit

The ISchemaUnit type exposes the following members.

Properties
  NameDescription
Public propertyChildElements
Public propertyContentUnitInstanceId
Public propertyHidden
Gets/sets if this field is hidden.
Public propertyIndexable
Gets/sets if this field is indexable.
Public propertyIsAttribute
Public propertyItem
Public propertyLabel
Gets and sets the field's label (friendly name).
Public propertyName
Gets and sets the name of the field.
Public propertyOpenByDefault
Public propertyReadonly
Gets/sets if this field is read-only.
Public propertyRequired
Gets/sets if this field is required.
Public propertyTypeName
Gets the name of the field's type.
Public propertyUniqueId
Gets the unique ID of the field.
Public propertyValue
Top
Methods
See Also