SaaS CMS has officially launched! Learn more now.

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