SaaS CMS has officially launched! Learn more now.

Class ViewElement

Defines a view element.

Inheritance
System.Object
ViewElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public class ViewElement : ConfigurationElement

Constructors

ViewElement()

Declaration
public ViewElement()

Properties

Name

Gets or sets the name.

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

The name.

TransformationSettings

Gets or sets the transformation settings.

Declaration
public ViewTransformationElementCollection TransformationSettings { get; set; }
Property Value
Type Description
ViewTransformationElementCollection

The transformation settings.

Extension Methods