Click or drag to resize

ISchemaFieldTypeProperty Interface


Represents an exclusive property of a Schema Field Type

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface ISchemaFieldTypeProperty

The ISchemaFieldTypeProperty type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of this exclusive property
Public propertyCode exampleType
Gets the type name of this exclusive property
Top
Methods
  NameDescription
Public methodChoices
Gets the built-in choices of this property. The value of the property (Attribute) will be selected among these choices.
Top
See Also