ISchemaFieldFavoriteFields Property
|
Gets the list of prefilled fields on this group. The list can be manipulated.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax List<IUniqueSchemaUnit> Fields { get; }
ReadOnly Property Fields As List(Of IUniqueSchemaUnit)
Get
property List<IUniqueSchemaUnit^>^ Fields {
List<IUniqueSchemaUnit^>^ get ();
}
abstract Fields : List<IUniqueSchemaUnit> with get
Property Value
Type:
ListIUniqueSchemaUnitSee Also