The ModuleActionType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ModuleActionType | DotNetNuke.Entities.Modules.Actions.ModuleActionType |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| 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.) |
Fields
| Name | Description | |
|---|---|---|
| AddContent | An action to create new content | |
| ClearCache | An action to clear the module's cache | |
| ContentOptions | An action to configure the module | |
| DeleteModule | An action to delete the module | |
| DeLocalizeModule | An action to remove localization for a module | |
| EditContent | An action to edit existing content | |
| ExportModule | An action to export the content of a module | |
| HelpText | ||
| ImportModule | An action to import content into a module | |
| LocalizeModule | An action to create a localized version of a module | |
| ModuleHelp | An action to view the help for a module | |
| ModuleSettings | An action to access the module's settings | |
| MoveBottom | An action to move the module to the bottom of its pane | |
| MoveDown | An action to move the module down in its pane | |
| MovePane | An action to move the module to a different pane | |
| MoveRoot | An action that contains move actions | |
| MoveTop | An action to move the module to the top of its pane | |
| MoveUp | An action to move the module up in its pane | |
| OnlineHelp | ||
| PrintModule | An action to print a module's content | |
| SyndicateModule | An action to access the RSS feed of a module | |
| TranslateModule | An action to create a translated version of a module | |
| UnTranslateModule | An action to remove a translation of a module | |
| ViewSource | An action to view the source code of a module |