ICustomTabSettingSchemas Property
|
Gets/sets the list of schemas for pages that are allowed to carry this custom tab on CMS UI.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax List<ISchema> Schemas { get; set; }
Property Schemas As List(Of ISchema)
Get
Set
property List<ISchema^>^ Schemas {
List<ISchema^>^ get ();
void set (List<ISchema^>^ value);
}
abstract Schemas : List<ISchema> with get, set
Property Value
Type:
ListISchemaSee Also