AdvantageModule Members
The AdvantageModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AdvantageModule |
Gets or sets the name of the ASP Panel that wrappes the module. Used for controls that have absoule positioning or special requirements
|
Methods
Name | Description | |
---|---|---|
BroadcastEvent |
Allows broadcasting of information between modules rendered in an AdvantageTemplatePage. One module can broadcast a message with an event ID and arguments, other modules that override the "ReceiveEvent" virtual method will receive the message.
Messages should be broadcast PRIOR to the "PreRender Event" so that other modules may act upon the message.
|
|
GetNavigations |
Pass through to AdvantagePageTemplate GetNavigations
|
|
ReceiveEvent |
Virtual method that can be overridden to receive messages that are broadcast via the "BroadcastEvent" method
|
|
RecieveEvent | Obsolete.
Recieves the event.
|
|
RegisterBottomScript(Literal) |
Registers content to the bottom of the page
|
|
RegisterBottomScript(String, Literal) |
Registers content to the bottom of the page
|
|
RegisterBottomScript(PlaceHolder) |
Registers content to the bottom of the page
|
|
RegisterBottomScript(String, PlaceHolder) |
Registers content to the bottom of the page
|
|
RegisterBottomScript(String, String) |
Registers content to the bottom of the page
|
|
RegisterBottomScript(String) |
Registers content to the bottom of the page
|
|
RegisterTopScript(Literal) |
Registers content to the top of the page
|
|
RegisterTopScript(String, Literal) |
Registers content to the top of the page
|
|
RegisterTopScript(PlaceHolder) |
Registers content to the top of the page
|
|
RegisterTopScript(String, PlaceHolder) |
Registers content to the top of the page
|
|
RegisterTopScript(String, String) |
Registers content to the top of the page
|
|
RegisterTopScript(String) |
Registers content to the top of the page
|
|
RenderControlContent |
Renders the content of the control.
|
|
SearchIndexUsingBrowserInstance | ||
SetOpenGraph |
Sets the open graph.
|
|
SiteSettings()()()() |
Sites the settings.
|
|
SiteSettings<(Of <<'(T>)>>)()()()() |
Pass through to AdvantagePageTemplate SiteSettings
|
Properties
Name | Description | |
---|---|---|
Attributes |
Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file.
|
|
ClassName |
The css class configured for this modules content
|
|
ConfigurationEngine |
Gets the configuration engine.
|
|
ContainerPanel |
Gets or sets the ASP Panel that wrappes the module. Used for controls that have absolute positioning or special requirements
|
|
CSPNonce |
Gets the nonce value for Content-Security-Policy
|
|
CurrentDomain |
Pass through to AdvantagePageTemplate CurrentDomain
|
|
CurrentLanguage |
Pass through to AdvantagePageTemplate CurrentLanguage
|
|
CurrentNavigationPage |
Pass through to AdvantagePageTemplate PageTitle
|
|
CurrentSql |
Pass through to AdvantagePageTemplate CurrentSql
|
|
DatabaseCacheManager |
Gets the database cache manager. Which allows for domain/language save storage of items by id
|
|
IsActive |
Is the module active (available)
|
|
IsEditDraggable |
Overrideable property to determine if a module is draggable in the visual editor
|
|
IsInlineEdit |
Gets a value indicating whether this instance is inline edit.
|
|
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.
|
|
IsPreview |
Property retrieved from AdvantagePageTempate
|
|
IsSearchAgent |
Property retrieved from AdvantagePageTempate
|
|
ModifierTitle |
Title added in SitePage.
|
|
ModuleContent |
Managed content
|
|
ModuleEngine |
Pass through to AdvantagePageTemplate ModuleEngine
|
|
ModuleID |
Id of the module referenced in Global Configuration->Modules.
|
|
Name |
Name of the module referenced in Global Configuration->Modules.
|
|
PageMetaDescription |
Pass through to AdvantagePageTemplate PageMetaDescription
|
|
PageMetaKeywords |
Pass through to AdvantagePageTemplate PageMetaKeywords
|
|
PageTitle |
Pass through to AdvantagePageTemplate PageTitle
|
|
RenderMode |
Property retrieved from AdvantagePageTempate
|
|
SortOrder |
Historical usge, no longer active
|
|
Span |
The span configured for this modules content
|
|
WebCacheManager |
Gets the web cache manager. Which allows for domain/language save storage of items by id
|