Class PlugInArea

Contains defined plug-in areas for views in EPiServer Commerce.

Inheritance
System.Object
PlugInArea
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.Commerce.Shell
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
[Obsolete("Use CommercePlugInArea in EPiServer.Commerce.Shell instead. Will remain at least until November 2016.")]
public class PlugInArea

Constructors

PlugInArea()

Declaration
protected PlugInArea()

Fields

Assets

The panel to load additional tools and assets for the catalog view.

Declaration
public const string Assets = "/episerver/commerce/assets"
Field Value
Type Description
System.String

AssetsDefaultGroup

The default group available in the assets panel for the catalog view.

Declaration
public const string AssetsDefaultGroup = "/episerver/commerce/assets/defaultgroup"
Field Value
Type Description
System.String

Navigation

The navigation panel in the catalog view.

Declaration
public const string Navigation = "/episerver/commerce/mainnavigation"
Field Value
Type Description
System.String

NavigationDefaultGroup

The default group available in the navigation panel for the catalog view.

Declaration
public const string NavigationDefaultGroup = "/episerver/commerce/mainnavigation/defaultgroup"
Field Value
Type Description
System.String