Gets the Actions Collection

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

Syntax

C#
protected ModuleActionCollection Actions { get; }
Visual Basic
Protected ReadOnly Property Actions As ModuleActionCollection
	Get

Return Value

A ModuleActionCollection

See Also