IDashboardPreferencesOptions Property
|
Gets/sets the collection of Dashboard options, include widgets to display and ordering of them.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax DashboardOption[] Options { get; set; }
Property Options As DashboardOption()
Get
Set
property array<DashboardOption^>^ Options {
array<DashboardOption^>^ get ();
void set (array<DashboardOption^>^ value);
}
abstract Options : DashboardOption[] with get, set
Property Value
Type:
DashboardOptionSee Also