ISchemaManagerFieldDefinitions Property
|
Gets the built-in field definitions of schemas and pages.
Schemas are constructued from
these units.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldDefinitions FieldDefinitions { get; }
ReadOnly Property FieldDefinitions As ISchemaFieldDefinitions
Get
property ISchemaFieldDefinitions^ FieldDefinitions {
ISchemaFieldDefinitions^ get ();
}
abstract FieldDefinitions : ISchemaFieldDefinitions with get
Property Value
Type:
ISchemaFieldDefinitionsRemarks Field definitions is a fixed list for each version of Ingeniux CMS.
It cannot be manipulated.
See Also