Class ViewTransformationElement
Defines a view transformation element.
Inheritance
System.Object
ViewTransformationElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public class ViewTransformationElement : ConfigurationElement
Constructors
ViewTransformationElement()
Declaration
public ViewTransformationElement()
Properties
DefinitionName
Gets or sets the definition name of the component to match.
Declaration
public string DefinitionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The definition name for the component. |
Remarks
This should match either the DefinitionName or DefinitionName depending on the type of transformation.
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
PlugInArea
Gets or sets the plug area that is used to match a component.
Declaration
public string PlugInArea { get; set; }
Property Value
Type | Description |
---|---|
System.String | The plug in area. |
TransformationType
Gets or sets the type of the transformation.
Declaration
public TransformationType TransformationType { get; set; }
Property Value
Type | Description |
---|---|
TransformationType | The type of the transformation. |