The ModuleInstanceContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ModuleInstanceContext()()()() | DotNetNuke.UI.Modules.ModuleInstanceContext | |
| ModuleInstanceContext(IModuleControl) | DotNetNuke.UI.Modules.ModuleInstanceContext |
Methods
| Name | Description | |
|---|---|---|
| EditUrl()()()() | ||
| EditUrl(String) | ||
| EditUrl(String, String) | ||
| EditUrl(String, String, String) | ||
| EditUrl(String, String, String, array<String>[]()[][]) | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetNextActionID | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NavigateUrl(Int32, String, Boolean, array<String>[]()[][]) | ||
| NavigateUrl(Int32, String, String, Boolean, array<String>[]()[][]) | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| Actions |
Gets and sets the Actions for this module context
| |
| Configuration |
Gets and sets the Module Configuration (ModuleInfo) for this context
| |
| EditMode |
The EditMode property is used to determine whether the user is in the
Administrator role
| |
| HelpURL |
Gets and sets the HelpUrl for this context
| |
| IsEditable |
Gets whether the module is Editable (in Admin mode)
| |
| IsHostMenu | ||
| ModuleId |
Gets and sets the module ID for this context
| |
| PortalAlias | ||
| PortalId | ||
| PortalSettings | ||
| Settings |
Gets the settings for this context
| |
| TabId |
Gets the tab ID for this context
| |
| TabModuleId |
Gets the tabnmodule ID for this context
|