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 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