London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MarketingView

Inheritance
System.Object
MarketingView
Implements
EPiServer.Shell.ViewComposition.ICompositeView
EPiServer.Shell.ViewComposition.IRestrictedComponentCategoryDefinition
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.CompositeViews
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class MarketingView : ICompositeView, IRestrictedComponentCategoryDefinition

Constructors

MarketingView(LocalizationService)

Declaration
public MarketingView(LocalizationService localizationService)
Parameters
Type Name Description
EPiServer.Framework.Localization.LocalizationService localizationService

Fields

MarketingViewName

Declaration
public static readonly string MarketingViewName
Field Value
Type Description
System.String

Properties

DefaultContext

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

Name

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

RootContainer

Declaration
public IContainer RootContainer { get; }
Property Value
Type Description
EPiServer.Shell.ViewComposition.IContainer

Title

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

Methods

CreateView()

Declaration
public ICompositeView CreateView()
Returns
Type Description
EPiServer.Shell.ViewComposition.ICompositeView

GetComponentCategories()

Declaration
public IEnumerable<string> GetComponentCategories()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

Implements

EPiServer.Shell.ViewComposition.ICompositeView
EPiServer.Shell.ViewComposition.IRestrictedComponentCategoryDefinition