Class QuickNavigator
A page extension that handles a quick navigator menu for editor / admin purposes.
Inheritance
System.Object
QuickNavigator
Inherited Members
System.Object.ToString()
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.Web.PageExtensions
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
[PagePlugIn("QuickNavigator", "The quick navigator for EPiServer pages when running Sparrowhawk mode.")]
public class QuickNavigator
Constructors
QuickNavigator()
Declaration
public QuickNavigator()
Properties
Menu
Gets or sets the menu.
Declaration
public QuickNavigatorMenu Menu { get; set; }
Property Value
Type | Description |
---|---|
QuickNavigatorMenu | The menu. |
OptionFlag
Gets or sets the option flag.
Declaration
public static int OptionFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The option flag. |
Page
Gets or sets the page.
Declaration
public PageBase Page { get; set; }
Property Value
Type | Description |
---|---|
PageBase | The page. |
Methods
Attach(PageBase)
Attaches the specified page.
Declaration
public void Attach(PageBase page)
Parameters
Type | Name | Description |
---|---|---|
PageBase | page | The page. |
Initialize(Int32)
Initializes the specified option flag.
Declaration
public static void Initialize(int optionFlag)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | optionFlag | The option flag. |
QuickNavigator_PageSetup(PageBase, PageSetupEventArgs)
Setups the quick navigator for page.
Declaration
public static void QuickNavigator_PageSetup(PageBase page, PageSetupEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
PageBase | page | The page. |
PageSetupEventArgs | e | The PageSetupEventArgs instance containing the event data. |