AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CMSInitializationPage Properties

The CMSInitializationPage type exposes the following members.

Properties


  Name Description
Public property ActiveDomains
Gets the active domains.
(Inherited from CMSBasePage.)
Public property AdminDomain
Gets the admin domain.
Public property AdminDomainID
Gets or sets the admin domain identifier for the current session.
Public property AdminEngine
Gets the admin engine.
(Inherited from CMSBasePage.)
Public property AdminIsSSL
Gets a value indicating whether [admin is SSL].
(Inherited from CMSBasePage.)
Public property AdminLanguage
Gets the admin language.
Public property AdminLanguageID
Gets or sets the admin language identifier for the current session.
Public property CMSMasterPage
Gets the CMS master page.
(Inherited from CMSBasePage.)
Public property CMSUsers
Gets the CMS users.
(Inherited from CMSBasePage.)
Public property ConfigurationEngine
Gets the configuration engine.
(Inherited from AdvantageCommonBasePage.)
Public property CSPNonce
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageCommonBasePage.)
Public property CurrentUser
Gets the currently authenticated CMS user by resolving the claims identity from the OWIN context. Hides the base class implementation to support Identity-based authentication and SSO. Returns null if no valid, active user is found.
(Inherited from CMSBaseIdentityPage.)
Public property DatabaseCacheManager
Gets the database cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.)
Public property Domain
Gets the domain.
(Inherited from AdvantageCommonBasePage.)
Public property Domains
Gets or sets the domains.
(Inherited from CMSBasePage.)
Public property Language
Gets the language.
(Inherited from AdvantageCommonBasePage.)
Public property LanguageID
Gets the current language identifier for the page context.
(Inherited from AdvantageCommonBasePage.)
Public property ModuleEngine
Gets the module engine.
(Inherited from AdvantageCommonBasePage.)
Protected property NavigationEngine (Inherited from AdvantageCommonBasePage.)
Public property SiteContainerClass
Gets or sets the CSS class applied to the site container, delegating to the master page.
(Inherited from CMSBasePage.)
Public property SkinStylesheetManager
Gets or sets the Telerik stylesheet manager used for skin-based styling.
(Inherited from CMSBasePage.)
Public property WebCacheManager
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.)