Class MediaView
Inheritance
System.Object
MediaView
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.Cms.Shell.UI.CompositeViews.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
[CompositeView]
public class MediaView : ICompositeView, IRoutable, IRestrictedComponentCategoryDefinition
Constructors
MediaView(LocalizationService)
Declaration
public MediaView(LocalizationService localizationService)
Parameters
Type | Name | Description |
---|---|---|
LocalizationService | localizationService |
Fields
ViewName
Declaration
public static readonly string ViewName
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 |
---|---|
IContainer |
RouteSegment
Declaration
public string RouteSegment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateView()
Declaration
public ICompositeView CreateView()
Returns
Type | Description |
---|---|
ICompositeView |
GetComponentCategories()
Declaration
public IEnumerable<string> GetComponentCategories()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |