DotNetNuke 5.2
ActionManager is a helper class that provides common Action Behaviours that can be used by any IActionControl implementation

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  DotNetNuke.UI.Containers..::.ActionManager

See Also