SaaS CMS has officially launched! Learn more now.

Class PopupMenuItem

Inheritance
System.Object
PopupMenuItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Navigation
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[Obsolete("This class has been obsoleted and will be removed in the next major release. Please use UrlMenuItem with target=\"_blank\" attribute")]
public class PopupMenuItem : UrlMenuItem

Constructors

PopupMenuItem(String, String, String)

Declaration
public PopupMenuItem(string text, string path, string url)
Parameters
Type Name Description
System.String text
System.String path
System.String url

PopupMenuItem(String, String, String, Int32, Int32, String, String)

Declaration
public PopupMenuItem(string text, string path, string url, int width, int height, string name, string options)
Parameters
Type Name Description
System.String text
System.String path
System.String url
System.Int32 width
System.Int32 height
System.String name
System.String options

PopupMenuItem(String, String, String, String)

Declaration
public PopupMenuItem(string text, string path, string url, string name)
Parameters
Type Name Description
System.String text
System.String path
System.String url
System.String name

Properties

Height

Declaration
public int Height { get; }
Property Value
Type Description
System.Int32

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Options

Declaration
public string Options { get; }
Property Value
Type Description
System.String

Width

Declaration
public int Width { get; }
Property Value
Type Description
System.Int32

Methods

GetOpenWindowScript()

Declaration
protected string GetOpenWindowScript()
Returns
Type Description
System.String

GetWindowOptions()

Declaration
protected string GetWindowOptions()
Returns
Type Description
System.String

RenderContents(TextWriter)

Declaration
protected override void RenderContents(TextWriter writer)
Parameters
Type Name Description
System.IO.TextWriter writer
Overrides

Extension Methods