Show / Hide Table of Contents

Interface IContextMenuItemExtensionPoint

Inherited Members
IExtensionPoint.Text
IExtensionPoint.Icon
IExtensionPoint.Order
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS