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

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

Syntax

C#
public class ModuleAction
Visual Basic
Public 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