DotNetNuke 5.2
Each Module Action represents a separate functional action as defined by the associated module.

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

Syntax

C#
public class ModuleAction
Visual Basic (Declaration)
Public Class ModuleAction
Visual C++
public ref class ModuleAction

Remarks

A module action is used to define a specific function for a given module. Each module can define one or more actions which the portal will present to the user. These actions may be presented as a menu, a dropdown list or even a group of linkbuttons.

Inheritance Hierarchy

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

See Also