Assembly: DotNetNuke.dll
public class ActionsMenu : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IActionControl
Constructors
Declaration
Properties
Declaration
public ActionManager ActionManager { get; }
Property Value
Declaration
protected ModuleAction ActionRoot { get; }
Property Value
ExpandDepth
Declaration
public int ExpandDepth { get; set; }
Property Value
Declaration
public IModuleControl ModuleControl { get; set; }
Property Value
Declaration
public string PathSystemScript { get; set; }
Property Value
Declaration
public bool PopulateNodesFromClient { get; set; }
Property Value
Declaration
protected NavigationProvider ProviderControl { get; }
Property Value
Declaration
public string ProviderName { get; set; }
Property Value
Methods
Declaration
protected void BindMenu()
Declaration
protected virtual void OnAction(ActionEventArgs e)
Parameters
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Events
Declaration
public event ActionEventHandler Action
Event Type
Implements
Extension Methods