The Actions property allows the user to create a hierarchy of actions, with each action having sub-actions.

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

Syntax

C#
public ModuleActionCollection Actions { get; set; }
Visual Basic
Public Property Actions As ModuleActionCollection
	Get
	Set

Field Value

Returns a collection of ModuleActions.

Remarks

Each action may contain one or more child actions. When displayed via the Actions control, these subactions are shown as sub-menus. If other Action controls are implemented, then sub-actions may or may not be supported for that control type.

See Also