Gets and sets the Actions for this module context

Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

See Also