Class ViewTransformationElement
Inheritance
System.Object
ViewTransformationElement
Assembly: EPiServer.Shell.dll
Version: 11.20.7
public class ViewTransformationElement : ConfigurationElement
Constructors
Declaration
public ViewTransformationElement()
Properties
Declaration
public string DefinitionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PlugInArea { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public TransformationType TransformationType { get; set; }
Property Value
Extension Methods