Class ViewTransformationSetting
Contains settings to be able to alter which components should be contained in a view.
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: 10.10.4Syntax
public class ViewTransformationSetting
Constructors
ViewTransformationSetting()
Declaration
public ViewTransformationSetting()
Properties
DefinitionName
Gets or sets the definition name for the component.
Declaration
public string DefinitionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The definition name for the component. |
PlugInArea
Gets or sets the plug in area.
Declaration
public string PlugInArea { get; set; }
Property Value
Type | Description |
---|---|
System.String | The plug in area to match. |
TransformationType
Gets or sets the TransformationType of the modification.
Declaration
public TransformationType TransformationType { get; set; }
Property Value
Type | Description |
---|---|
TransformationType | The TransformationType of the modification. |