The ModuleInstanceContext type exposes the following members.

Constructors

  NameDescription
Public methodModuleInstanceContext()()()()
DotNetNuke.UI.Modules.ModuleInstanceContext
Public methodModuleInstanceContext(IModuleControl)
DotNetNuke.UI.Modules.ModuleInstanceContext

Methods

  NameDescription
Public methodEditUrl()()()()
Public methodEditUrl(String)
Public methodEditUrl(String, String)
Public methodEditUrl(String, String, String)
Public methodEditUrl(String, String, String, array<String>[]()[][])
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNextActionID
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNavigateUrl(Int32, String, Boolean, array<String>[]()[][])
Public methodNavigateUrl(Int32, String, String, Boolean, array<String>[]()[][])
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
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

  NameDescription
Public propertyActions
Gets and sets the Actions for this module context
Public propertyConfiguration
Gets and sets the Module Configuration (ModuleInfo) for this context
Public propertyEditMode
The EditMode property is used to determine whether the user is in the Administrator role
Public propertyHelpURL
Gets and sets the HelpUrl for this context
Public propertyIsEditable
Gets whether the module is Editable (in Admin mode)
Public propertyIsHostMenu
Public propertyModuleId
Gets and sets the module ID for this context
Public propertyPortalAlias
Public propertyPortalId
Public propertyPortalSettings
Public propertySettings
Gets the settings for this context
Public propertyTabId
Gets the tab ID for this context
Public propertyTabModuleId
Gets the tabnmodule ID for this context

See Also