ICustomTabSettingPages Property
|
Gets/sets the explicit list of 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<IPage> Pages { get; set; }
Property Pages As List(Of IPage)
Get
Set
property List<IPage^>^ Pages {
List<IPage^>^ get ();
void set (List<IPage^>^ value);
}
abstract Pages : List<IPage> with get, set
Property Value
Type:
ListIPageSee Also