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 ViewTransformationElement

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

Constructors

ViewTransformationElement()

Declaration
public ViewTransformationElement()

Properties

DefinitionName

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

Name

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

PlugInArea

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

TransformationType

Declaration
public TransformationType TransformationType { get; set; }
Property Value
Type Description
TransformationType

Extension Methods