Class PropertyBlockTransform
Transform a IPropertyBlock property for the transfer functionality.
Inheritance
System.Object
PropertyBlockTransform
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.Core.Transfer
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class PropertyBlockTransform
Constructors
PropertyBlockTransform()
Declaration
public PropertyBlockTransform()
Properties
ContentTypeRepository
Declaration
public Injected<IContentTypeRepository> ContentTypeRepository { get; set; }
Property Value
Type | Description |
---|---|
Injected<IContentTypeRepository> |
Methods
ExportEventHandler(Object, TransformPropertyEventArgs)
Ensures that the block type is part of the package
Declaration
public void ExportEventHandler(object sender, TransformPropertyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. |
ImportEventHandler(Object, TransformPropertyEventArgs)
Import event handler
Declaration
public void ImportEventHandler(object sender, TransformPropertyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. |