ICustomTabSettingTabsToHide Property
|
Gets/sets the list of the name of other standard tabs to hide.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IList<string> TabsToHide { get; }
ReadOnly Property TabsToHide As IList(Of String)
Get
property IList<String^>^ TabsToHide {
IList<String^>^ get ();
}
abstract TabsToHide : IList<string> with get
Property Value
Type:
IListStringRemarks User this property with caution, make sure the tabs to hide will not reduce normal functionalities of CMS on the attached content.
See Also