Click or drag to resize

ISchemaFieldDefinitions Methods


The ISchemaFieldDefinitions type exposes the following members.

Methods
  NameDescription
Public methodAttributeFieldType
Retrieves the attribute field type. There is only one type of attribute field.
Public methodCount
Gets the count of built-in field types.
Public methodElementType
Retrieves a field type by element type enum value.
Public methodItem
Retrieves a field type by its name.
Public methodItemByID
Retrieves a field type by its internal ID. Refer to the full list of field type IDs at SchemaFieldDefinitions.
Public methodItemByPrefix
Retrieves an Ingeniux properiatary field type by its prefix.
Public methodItems
Retrieves all built-in schema field types.
Public methodMultiSelectItemByContent(XElement)
Retrieves a multi-select field type by its implementation node.
Public methodMultiSelectItemByContent(IElement)
Public methodTextItemByType
Retrieves a text element type by its standard "dt:type" value. These are standard schema types.
Top
See Also