Try our conversational search powered by Generative AI!

Class ViewTransformationSetting

Inheritance
System.Object
ViewTransformationSetting
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
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ViewTransformationSetting

Constructors

ViewTransformationSetting()

Declaration
public ViewTransformationSetting()

Properties

DefinitionName

Declaration
public string DefinitionName { 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