Interface IContextMenuItemExtensionPoint
Namespace: DotNetNuke.ExtensionPoints
Assembly: DotNetNuke.dll
Syntax
public interface IContextMenuItemExtensionPoint : IExtensionPoint
Properties
Action
Declaration
string Action { get; }
Property Value
| Type | Description |
|---|---|
| string |
AltText
Declaration
string AltText { get; }
Property Value
| Type | Description |
|---|---|
| string |
CssClass
Declaration
string CssClass { get; }
Property Value
| Type | Description |
|---|---|
| string |
CtxMenuItemId
Declaration
string CtxMenuItemId { get; }
Property Value
| Type | Description |
|---|---|
| string |
ShowIcon
Declaration
bool ShowIcon { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ShowText
Declaration
bool ShowText { get; }
Property Value
| Type | Description |
|---|---|
| bool |