CMSInitializationPage Members
The CMSInitializationPage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ClearAbandonedSessions |
Clears the abandoned sessions.
(Inherited from CMSBasePage.) |
|
|
ClearEngines |
Clears the engines.
(Inherited from CMSBasePage.) |
|
|
DisableActions | (Inherited from CMSBasePage.) |
|
|
Dispose | (Inherited from AdvantageCommonBasePage.) |
|
|
EnableActions | (Inherited from CMSBasePage.) |
|
|
GetNavigations | (Inherited from AdvantageCommonBasePage.) |
|
|
GetPageSessionObject(String) |
Gets the page session object.
(Inherited from CMSBasePage.) |
|
|
GetPageSessionObject<(Of <<'(T>)>>)(String) |
Gets the page session object.
(Inherited from CMSBasePage.) |
|
|
IsValidLogin | (Inherited from CMSBasePage.) |
|
|
LanguagesActive |
Gets the list of active languages, caching the result for subsequent calls.
(Inherited from CMSBasePage.) |
|
|
OnError | (Inherited from AdvantageCommonBasePage.) |
|
|
OnInit | (Inherited from CMSBasePage.) |
|
|
OnLoad | (Inherited from CMSBasePage.) |
|
|
OnPreInit | (Inherited from CMSBasePage.) |
|
|
OnPreRender | (Inherited from CMSBasePage.) |
|
|
OnUnload | (Inherited from CMSBasePage.) |
|
|
PageSessionObjectExists |
Determines whether a page session object exists for the specified key.
(Inherited from CMSBasePage.) |
|
|
ReceiveActionArgs | (Inherited from CMSBasePage.) |
|
|
SaveViewState | (Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Int32) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, String) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, DateTime) | (Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Decimal) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Double) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Boolean) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Byte) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, SByte) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Int64) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Int16) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, UInt16) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, UInt64) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Single) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Char) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetPageSessionObject(String, Guid) | (Inherited from CMSBasePage.) |
|
|
SetPageSessionObject<(Of <<'(T>)>>)(String, T) |
Sets the page session object.
(Inherited from CMSBasePage.) |
|
|
SetWarmupState | (Inherited from CMSBasePage.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ActiveDomains |
Gets the active domains.
(Inherited from CMSBasePage.) |
|
|
AdminDomain |
Gets the admin domain.
|
|
|
AdminDomainID |
Gets or sets the admin domain identifier for the current session.
|
|
|
AdminEngine |
Gets the admin engine.
(Inherited from CMSBasePage.) |
|
|
AdminIsSSL |
Gets a value indicating whether [admin is SSL].
(Inherited from CMSBasePage.) |
|
|
AdminLanguage |
Gets the admin language.
|
|
|
AdminLanguageID |
Gets or sets the admin language identifier for the current session.
|
|
|
CMSMasterPage |
Gets the CMS master page.
(Inherited from CMSBasePage.) |
|
|
CMSUsers |
Gets the CMS users.
(Inherited from CMSBasePage.) |
|
|
ConfigurationEngine |
Gets the configuration engine.
(Inherited from AdvantageCommonBasePage.) |
|
|
CSPNonce |
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageCommonBasePage.) |
|
|
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.) |
|
|
DatabaseCacheManager |
Gets the database cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.) |
|
|
Domain |
Gets the domain.
(Inherited from AdvantageCommonBasePage.) |
|
|
Domains |
Gets or sets the domains.
(Inherited from CMSBasePage.) |
|
|
Language |
Gets the language.
(Inherited from AdvantageCommonBasePage.) |
|
|
LanguageID |
Gets the current language identifier for the page context.
(Inherited from AdvantageCommonBasePage.) |
|
|
ModuleEngine |
Gets the module engine.
(Inherited from AdvantageCommonBasePage.) |
|
|
NavigationEngine | (Inherited from AdvantageCommonBasePage.) |
|
|
SiteContainerClass |
Gets or sets the CSS class applied to the site container, delegating to the master page.
(Inherited from CMSBasePage.) |
|
|
SkinStylesheetManager |
Gets or sets the Telerik stylesheet manager used for skin-based styling.
(Inherited from CMSBasePage.) |
|
|
WebCacheManager |
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.) |
Events
| Name | Description | |
|---|---|---|
|
|
Notification_Domain_Language_Change |
Occurs when the domain or language selection changes in the admin interface.
(Inherited from CMSBasePage.) |

