Click or drag to resize

ISchemaFieldTypeExclusiveProperties Method


Retrieves all the exclusive properties of this field type.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ISchemaFieldTypeProperty> ExclusiveProperties()

Return Value

Type: IEnumerableISchemaFieldTypeProperty
Collection of exclusive properties.
See Also