Class ModuleActionType
Identifies common module action types.
Inheritance
Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke.dll
Syntax
public class ModuleActionType : object
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
Fields
| Improve this Doc View SourceAddContent
An action to create new content.
Declaration
public const string AddContent = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
ClearCache
An action to clear the module's cache.
Declaration
public const string ClearCache = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
ContentOptions
An action to configure the module.
Declaration
public const string ContentOptions = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
DeleteModule
An action to delete the module.
Declaration
public const string DeleteModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
DeLocalizeModule
An action to remove localization for a module.
Declaration
public const string DeLocalizeModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
EditContent
An action to edit existing content.
Declaration
public const string EditContent = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
ExportModule
An action to export the content of a module.
Declaration
public const string ExportModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
HelpText
Identifies common module action types.
Declaration
public const string HelpText = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
ImportModule
An action to import content into a module.
Declaration
public const string ImportModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
LocalizeModule
An action to create a localized version of a module.
Declaration
public const string LocalizeModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
ModuleHelp
An action to view the help for a module.
Declaration
public const string ModuleHelp = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
ModuleSettings
An action to access the module's settings.
Declaration
public const string ModuleSettings = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
MoveBottom
An action to move the module to the bottom of its pane.
Declaration
public const string MoveBottom = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
MoveDown
An action to move the module down in its pane.
Declaration
public const string MoveDown = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
MovePane
An action to move the module to a different pane.
Declaration
public const string MovePane = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
MoveRoot
An action that contains move actions.
Declaration
public const string MoveRoot = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
MoveTop
An action to move the module to the top of its pane.
Declaration
public const string MoveTop = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
MoveUp
An action to move the module up in its pane.
Declaration
public const string MoveUp = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
OnlineHelp
Identifies common module action types.
Declaration
public const string OnlineHelp = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
PrintModule
An action to print a module's content.
Declaration
public const string PrintModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
SyndicateModule
An action to access the RSS feed of a module.
Declaration
public const string SyndicateModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
TranslateModule
An action to create a translated version of a module.
Declaration
public const string TranslateModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
UnTranslateModule
An action to remove a translation of a module.
Declaration
public const string UnTranslateModule = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.
ViewSource
An action to view the source code of a module.
Declaration
public const string ViewSource = null
Field Value
Type | Description |
---|---|
System.String |
Remarks
Common action types can be specified in the CommandName attribute of the ModuleAction class.