Class PortalModuleBase
Inheritance
PortalModuleBase
Assembly: DotNetNuke.dll
Syntax
public class PortalModuleBase : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
PortalModuleBase()
Declaration
public PortalModuleBase()
Fields
FileInfoRegex
Declaration
protected static readonly Regex FileInfoRegex
Field Value
Properties
Actions
Declaration
[Browsable(false)]
public ModuleActionCollection Actions { get; set; }
Property Value
CacheDirectory
Declaration
[Obsolete("Deprecated in DotNetNuke 7.0.0. Please use ModuleController.CacheDirectory(). Scheduled removal in v11.0.0.")]
public string CacheDirectory { get; }
Property Value
CacheFileName
Declaration
[Obsolete("Deprecated in DotNetNuke 7.0.0. Please use ModuleController.CacheFileName(TabModuleID). Scheduled removal in v11.0.0.")]
public string CacheFileName { get; }
Property Value
CacheKey
Declaration
[Obsolete("Deprecated in DotNetNuke 7.0.0. Please use ModuleController.CacheKey(TabModuleID). Scheduled removal in v11.0.0.")]
public string CacheKey { get; }
Property Value
ContainerControl
Declaration
[Browsable(false)]
public Control ContainerControl { get; }
Property Value
Control
Declaration
public Control Control { get; }
Property Value
ControlName
Declaration
public string ControlName { get; }
Property Value
ControlPath
Declaration
public string ControlPath { get; }
Property Value
DependencyProvider
Declaration
protected IServiceProvider DependencyProvider { get; }
Property Value
EditMode
Declaration
public bool EditMode { get; }
Property Value
HelpURL
Declaration
public string HelpURL { get; set; }
Property Value
IsEditable
Declaration
[Browsable(false)]
public bool IsEditable { get; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
ModuleConfiguration
Declaration
[Browsable(false)]
public ModuleInfo ModuleConfiguration { get; set; }
Property Value
ModuleContext
Declaration
public ModuleInstanceContext ModuleContext { get; }
Property Value
ModuleId
Declaration
[Browsable(false)]
public int ModuleId { get; set; }
Property Value
PortalAlias
Declaration
[Browsable(false)]
public PortalAliasInfo PortalAlias { get; }
Property Value
PortalId
Declaration
[Browsable(false)]
public int PortalId { get; }
Property Value
Settings
Declaration
[Browsable(false)]
public Hashtable Settings { get; }
Property Value
TabId
Declaration
[Browsable(false)]
public int TabId { get; }
Property Value
TabModuleId
Declaration
[Browsable(false)]
public int TabModuleId { get; set; }
Property Value
UserId
Declaration
[Browsable(false)]
public int UserId { get; }
Property Value
UserInfo
Declaration
[Browsable(false)]
public UserInfo UserInfo { get; }
Property Value
Methods
AddActionHandler(ActionEventHandler)
Declaration
protected void AddActionHandler(ActionEventHandler e)
Parameters
Dispose()
Declaration
public override void Dispose()
Overrides
EditUrl()
Declaration
[Browsable(false)]
public string EditUrl()
Returns
EditUrl(int, string, bool, params string[])
Declaration
[Browsable(false)]
public string EditUrl(int tabID, string controlKey, bool pageRedirect, params string[] additionalParameters)
Parameters
Type |
Name |
Description |
int |
tabID |
|
string |
controlKey |
|
bool |
pageRedirect |
|
string[] |
additionalParameters |
|
Returns
EditUrl(string)
Declaration
[Browsable(false)]
public string EditUrl(string controlKey)
Parameters
Type |
Name |
Description |
string |
controlKey |
|
Returns
EditUrl(string, string)
Declaration
[Browsable(false)]
public string EditUrl(string keyName, string keyValue)
Parameters
Returns
EditUrl(string, string, string)
Declaration
[Browsable(false)]
public string EditUrl(string keyName, string keyValue, string controlKey)
Parameters
Returns
EditUrl(string, string, string, params string[])
Declaration
[Browsable(false)]
public string EditUrl(string keyName, string keyValue, string controlKey, params string[] additionalParameters)
Parameters
Returns
GetCacheFileName(int)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.0.0. Please use ModuleController.CacheFileName(TabModuleID). Scheduled for removal in v11.0.0.")]
public string GetCacheFileName(int tabModuleId)
Parameters
Type |
Name |
Description |
int |
tabModuleId |
|
Returns
GetCacheKey(int)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.0.0. Please use ModuleController.CacheKey(TabModuleID). Scheduled for removal in v11.0.0.")]
public string GetCacheKey(int tabModuleId)
Parameters
Type |
Name |
Description |
int |
tabModuleId |
|
Returns
GetNextActionID()
Declaration
public int GetNextActionID()
Returns
LocalizeSafeJsString(string)
Declaration
protected string LocalizeSafeJsString(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
LocalizeString(string)
Declaration
protected string LocalizeString(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
SynchronizeModule()
Declaration
[Obsolete("Deprecated in DotNetNuke 7.0.0. Please use ModuleController.SynchronizeModule(ModuleId). Scheduled for removal in v11.0.0.")]
public void SynchronizeModule()
Implements
Extension Methods