SaaS CMS has officially launched! Learn more now.

Class ViewTransformationDetails

Inheritance
System.Object
ViewTransformationDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ViewComposition.Internal
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ViewTransformationDetails

Constructors

ViewTransformationDetails()

Declaration
public ViewTransformationDetails()

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