Class GuiSettings
Settings for a user about what icons she wishes to see in the page tree.
Inheritance
Inherited Members
Namespace: EPiServer.Personalization
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class GuiSettings
Constructors
GuiSettings()
Declaration
public GuiSettings()
Properties
SettingsEnabled
Gets or sets a value indicating whether the user uses default or custom settings.
Declaration
public bool SettingsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowContainerPageIcon
Gets or sets a value indicating whether the Container Page icon should be displayed.
Declaration
public bool ShowContainerPageIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowEditingInProgressIcon
Gets or sets a value indicating whether the In Use icon should be displayed.
Declaration
public bool ShowEditingInProgressIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowExpired
Gets or sets a value indicating whether to display the icon that shows the page's stop publish time is in the past.
Declaration
public bool ShowExpired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowExternalIcon
Gets or sets a value indicating whether to display the icon for external links.
Declaration
public bool ShowExternalIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowFetchDataIcon
Gets or sets a value indicating whether to display the icon for pages that fetches data from other pages.
Declaration
public bool ShowFetchDataIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowInactiveIcon
Gets or sets a value indicating whether to display the icon for pages that are set as "no link, only text".
Declaration
public bool ShowInactiveIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLanguageFallback
Gets or sets a value indicating whether to display the icon that shows that the page is displayed in another language.
Declaration
public bool ShowLanguageFallback { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLanguageMissing
Gets or sets a value indicating whether to display the icon for page missing current language.
Declaration
public bool ShowLanguageMissing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowNew
Gets or sets a value indicating whether to display the icon that shows that the page was created in the last 48 hours.
Declaration
public bool ShowNew { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowNotPublished
Gets or sets a value indicating whether to display the icon that shows that the page has not been published.
Declaration
public bool ShowNotPublished { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowNotStarted
Gets or sets a value indicating whether to display the icon that shows that the page's start publish time is in the future.
Declaration
public bool ShowNotStarted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowNotVisibleInMenu
Gets or sets a value indicating whether to display the icon indicating if the page is not shown in menus.
Declaration
public bool ShowNotVisibleInMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowPageProviderIcon
Gets or sets a value indicating whether to display the icon for custom page providers.
Declaration
public bool ShowPageProviderIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowReadOnly
Gets or sets a value indicating whether to display the icon for missing edit access.
Declaration
public bool ShowReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowShortcutIcon
Gets or sets a value indicating whether to display the icon for internal shortcuts.
Declaration
public bool ShowShortcutIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|