Identifies common module action types

Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class ModuleActionType
Visual Basic
Public Class ModuleActionType

Remarks

Common action types can be specified in the CommandName attribute of the ModuleAction class

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Modules.Actions..::..ModuleActionType

See Also