AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModuleRewriteBase Properties

The AdvantageModuleRewriteBase type exposes the following members.

Properties


  Name Description
Public property Attributes
Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file.
(Inherited from AdvantageModule.)
Public property ClassName
The css class configured for this modules content
(Inherited from AdvantageModule.)
Public property ConfigurationEngine
Gets the configuration engine.
(Inherited from AdvantageModule.)
Public property ContainerPanel
Gets or sets the ASP Panel that wrappes the module. Used for controls that have absolute positioning or special requirements
(Inherited from AdvantageModule.)
Public property CSPNonce
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageModule.)
Public property CurrentDomain
Pass through to AdvantagePageTemplate CurrentDomain
(Inherited from AdvantageModule.)
Public property CurrentLanguage
Pass through to AdvantagePageTemplate CurrentLanguage
(Inherited from AdvantageModule.)
Public property CurrentNavigationPage
Pass through to AdvantagePageTemplate PageTitle
(Inherited from AdvantageModule.)
Public property CurrentSql
Pass through to AdvantagePageTemplate CurrentSql
(Inherited from AdvantageModule.)
Public property DatabaseCacheManager
Gets the database cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageModule.)
Public property IsActive
Is the module active (available)
(Inherited from AdvantageModule.)
Public property IsEditDraggable
Overrideable property to determine if a module is draggable in the visual editor
(Inherited from AdvantageModule.)
Public property IsInlineEdit
Gets a value indicating whether this instance is inline edit.
(Inherited from AdvantageModule.)
Public property IsPostBack
Gets a value indicating whether the user control is being loaded in response to a client postback, or if it is being loaded and accessed for the first time.
(Inherited from AdvantageModule.)
Public property IsPreview
Property retrieved from AdvantagePageTempate
(Inherited from AdvantageModule.)
Public property IsReWrite
Gets a value indicating whether this instance is re write.
Public property IsSearchAgent
Property retrieved from AdvantagePageTempate
(Inherited from AdvantageModule.)
Public property ModifierTitle
Title added in SitePage.
(Inherited from AdvantageModule.)
Public property ModuleContent
Managed content
(Inherited from AdvantageModule.)
Public property ModuleEngine
Pass through to AdvantagePageTemplate ModuleEngine
(Inherited from AdvantageModule.)
Public property ModuleID
Id of the module referenced in Global Configuration->Modules.
(Inherited from AdvantageModule.)
Public property Name
Name of the module referenced in Global Configuration->Modules.
(Inherited from AdvantageModule.)
Public property PageMetaDescription
Pass through to AdvantagePageTemplate PageMetaDescription
(Inherited from AdvantageModule.)
Public property PageMetaKeywords
Pass through to AdvantagePageTemplate PageMetaKeywords
(Inherited from AdvantageModule.)
Public property PageTitle
Pass through to AdvantagePageTemplate PageTitle
(Inherited from AdvantageModule.)
Public property RenderMode
Property retrieved from AdvantagePageTempate
(Inherited from AdvantageModule.)
Public property SortOrder
Historical usge, no longer active
(Inherited from AdvantageModule.)
Public property Span
The span configured for this modules content
(Inherited from AdvantageModule.)
Public property WebCacheManager
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageModule.)