Interface IMenuButtonItemExtensionPoint
Namespace: DotNetNuke.ExtensionPoints
Assembly: DotNetNuke.dll
Syntax
public interface IMenuButtonItemExtensionPoint : IExtensionPoint
Properties
Action
Declaration
string Action { get; }
Property Value
| Type | Description |
|---|---|
| string |
Attributes
Declaration
string Attributes { get; }
Property Value
| Type | Description |
|---|---|
| string |
CssClass
Declaration
string CssClass { get; }
Property Value
| Type | Description |
|---|---|
| string |
ItemId
Declaration
string ItemId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |