AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CMSBasePage Methods

The CMSBasePage type exposes the following members.

Methods


  Name Description
Public method AdminDomain_Clear
Admins the domain clear.
Public method CheckSSL
Checks the SSL.
(Inherited from AdvantageCommonBasePage.)
Public method ClearAbandonedSessions
Clears the abandoned sessions.
Public method ClearEngines
Clears the engines.
Public method Client_ObjectClearLocks
Unlocks all object specified by the unique lock key.
(Inherited from AdvantageCommonBasePage.)
Public method Client_ObjectLock

Requests an object lock for a specified user and master identifier.

This will attempt to lock the record on the server and return the status. It will generate the javascript client code to poll for refresh/locking.

Successful API requests will return the status of the lock : { Status: 0, Message: '', UserName: '' }.

Status

  • Error = -1
  • Unlocked = 0
  • Locked = 0
  • LockedByOtherSession = 0

Message

  • The return message from the lock request

UserName

  • The user who currently owns the lock
(Inherited from AdvantageCommonBasePage.)
Public method Client_ObjectUnlock
Object unlock. Unlocks a specific object.
(Inherited from AdvantageCommonBasePage.)
Public method DisableActions
Disables the actions.
Public method Dispose
Disposes this instance.
Public method EnableActions
Enables the actions.
Public method GetPageSessionObject(String)
Gets the page session object.
Public method GetPageSessionObject<(Of <<'(T>)>>)(String)
Gets the page session object.
Public method GetParameter
Gets a parameter from the querystring.
(Inherited from AdvantageCommonBasePage.)
Protected method GetRemapHandlerId (Inherited from AdvantageCommonBasePage.)
Public method HandleEngineMessages
Handles the engine messages.
Protected method InjectContentSecurityPolicy_Nonce (Inherited from AdvantageCommonBasePage.)
Protected method injectHeaders (Inherited from AdvantageCommonBasePage.)
Protected method injectMetaTags (Inherited from AdvantageCommonBasePage.)
Public method LanguagesActive
Languageses the active.
Public method Modules
Moduleses the specified domain identifier.
(Inherited from AdvantageCommonBasePage.)
Protected method OnError (Inherited from AdvantageCommonBasePage.)
Public method PageSessionObjectExists
Pages the session object exists.
Public method ReceiveActionArgs
Receives the action arguments.
Public method RegisterBottomScript(Literal)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String, Literal)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(PlaceHolder)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String, PlaceHolder)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String, String) (Inherited from AdvantageCommonBasePage.)
Protected method registerKeepAlive (Inherited from AdvantageCommonBasePage.)
Public method RegisterObjectLockScripts (Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(Literal)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String, Literal)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(PlaceHolder)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String, PlaceHolder)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String, String)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Protected method RemapToEventHandlers (Inherited from AdvantageCommonBasePage.)
Public method RenderControlContent
Renders the content of the control.
(Inherited from AdvantageCommonBasePage.)
Public method SearchIndexUsingBrowserInstance
Setting this instructs the search indexing to create a browser instance so that javascript api and events can be fired. This method can be significantly slower and introduces overhead, but may be required depending on how a page is rendered
(Inherited from AdvantageCommonBasePage.)
Public method setNavigationSubTitle
Sets the navigation sub title.
Public method setNavigationTitle
Sets the navigation title.
Public method SetPageSessionObject(String, Int32)
Sets the page session object.
Public method SetPageSessionObject(String, String)
Sets the page session object.
Public method SetPageSessionObject(String, DateTime)
Sets the page session object.
Public method SetPageSessionObject(String, Decimal)
Sets the page session object.
Public method SetPageSessionObject(String, Double)
Sets the page session object.
Public method SetPageSessionObject(String, Boolean)
Sets the page session object.
Public method SetPageSessionObject(String, Byte)
Sets the page session object.
Public method SetPageSessionObject(String, SByte)
Sets the page session object.
Public method SetPageSessionObject(String, Int64)
Sets the page session object.
Public method SetPageSessionObject(String, Int16)
Sets the page session object.
Public method SetPageSessionObject(String, UInt16)
Sets the page session object.
Public method SetPageSessionObject(String, UInt64)
Sets the page session object.
Public method SetPageSessionObject(String, Single)
Sets the page session object.
Public method SetPageSessionObject(String, Char)
Sets the page session object.
Public method SetPageSessionObject(String, Guid)
Sets the page session object.
Public method SetPageSessionObject<(Of <<'(T>)>>)(String, T)
Sets the page session object.
Public method ShowStatus(EngineEventArgs)
Shows the status.
Public method ShowStatus(String)
Shows the status.
Public method ShowStatus(String, eCMSEngineEventStatus)
Shows the status.
Public method ShowStatus(String, String)
Shows the status.
Public method ShowStatus(String, String, eCMSEngineEventStatus)
Shows the status.