London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class GuiSettings

Settings for a user about what icons she wishes to see in the page tree.

Inheritance
System.Object
GuiSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
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

true if the user uses custom settings; otherwise, false.

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

true if the icon should be displayed; otherwise, false.

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

true if the icon should be displayed; otherwise, false.

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

true if the icon that shows that the page's start publish time is in the future should be shown; otherwise, false.

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

true if the icon for internal shortcuts should be shown; otherwise, false.

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

true if the icon for pages that fetches data from other pages should be shown; otherwise, false.

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

true if the icon for pages that are set as "no link, only text" should be shown; otherwise, false.

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

true if the icon that the page is displayed in another language should be shown; otherwise, false.

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

true if the icon for page missing current language should be shown; otherwise, false.

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

true if the icon that shows that the page has been created in the last 48 hours should be shown; otherwise, false.

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

true if the icon that shows that the page has not been published should be shown; otherwise, false.

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

true if the icon that shows that the page's start publish time is in the future should be shown; otherwise, false.

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

true if the icon for not visible in menus should be shown; otherwise, false.

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

true if the icon for custom page providers should be shown; otherwise, false.

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

true if the icon for missing edit access should be shown; otherwise, false.

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

true if the icon for internal shortcuts should be shown; otherwise, false.

Extension Methods