Click or drag to resize

PFUserSettingsSiteWaffleItemsOrder Property

Gets or sets a list of waffle item ids (show under the corresponding header menu). If initialized, this list is used to define the list order of waffle icons (Applications, Dashboards, Administration).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<string> SiteWaffleItemsOrder { get; set; }

Property Value

Type: ListString
See Also