SaaS CMS has officially launched! Learn more now.

Class ViewElement

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

Constructors

ViewElement()

Declaration
public ViewElement()

Properties

Name

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

TransformationSettings

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

Extension Methods