The ModuleActionType type exposes the following members.

Constructors

  NameDescription
Public methodModuleActionType
DotNetNuke.Entities.Modules.Actions.ModuleActionType

Methods

  NameDescription
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 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 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.)

Fields

  NameDescription
Public fieldStatic memberAddContent
An action to create new content
Public fieldStatic memberClearCache
An action to clear the module's cache
Public fieldStatic memberContentOptions
An action to configure the module
Public fieldStatic memberDeleteModule
An action to delete the module
Public fieldStatic memberDeLocalizeModule
An action to remove localization for a module
Public fieldStatic memberEditContent
An action to edit existing content
Public fieldStatic memberExportModule
An action to export the content of a module
Public fieldStatic memberHelpText
Public fieldStatic memberImportModule
An action to import content into a module
Public fieldStatic memberLocalizeModule
An action to create a localized version of a module
Public fieldStatic memberModuleHelp
An action to view the help for a module
Public fieldStatic memberModuleSettings
An action to access the module's settings
Public fieldStatic memberMoveBottom
An action to move the module to the bottom of its pane
Public fieldStatic memberMoveDown
An action to move the module down in its pane
Public fieldStatic memberMovePane
An action to move the module to a different pane
Public fieldStatic memberMoveRoot
An action that contains move actions
Public fieldStatic memberMoveTop
An action to move the module to the top of its pane
Public fieldStatic memberMoveUp
An action to move the module up in its pane
Public fieldStatic memberOnlineHelp
Public fieldStatic memberPrintModule
An action to print a module's content
Public fieldStatic memberSyndicateModule
An action to access the RSS feed of a module
Public fieldStatic memberTranslateModule
An action to create a translated version of a module
Public fieldStatic memberUnTranslateModule
An action to remove a translation of a module
Public fieldStatic memberViewSource
An action to view the source code of a module

See Also