Interface IActionable
Modules that implement this interface can define their module actions to show in the actions menu.
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public interface IActionable
Properties
| Improve this Doc View SourceModuleActions
Gets the collection of module actions, ModuleActionCollection. ModuleAction.
Declaration
ModuleActionCollection ModuleActions { get; }
Property Value
Type | Description |
---|---|
ModuleActionCollection |