DotNetNuke 5.2
Identifies common module action types

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

Syntax

C#
public class ModuleActionType
Visual Basic (Declaration)
Public Class ModuleActionType
Visual C++
public ref 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