Class ContentMediaPropertyTransform
Inheritance
System.Object
ContentMediaPropertyTransform
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class ContentMediaPropertyTransform : InterfacePropertyTransform<IContentMedia>, IInterfacePropertyTransform
Constructors
ContentMediaPropertyTransform(IBlobFactory)
Declaration
public ContentMediaPropertyTransform(IBlobFactory blobFactory)
Parameters
Methods
ExportProperty(IContentMedia, RawProperty, PropertyExportContext, Action<PropertyData, RawProperty>)
Declaration
protected override bool ExportProperty(IContentMedia source, RawProperty target, PropertyExportContext context, Action<PropertyData, RawProperty> valueTransform)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IContentMedia>.ExportProperty(EPiServer.Core.IContentMedia, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext, System.Action<EPiServer.Core.PropertyData, EPiServer.Core.RawProperty>)
ImportProperty(RawProperty, IContentMedia, PropertyImportContext, Action<RawProperty, PropertyData>)
Declaration
protected override bool ImportProperty(RawProperty source, IContentMedia target, PropertyImportContext context, Action<RawProperty, PropertyData> valueTransform)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IContentMedia>.ImportProperty(EPiServer.Core.RawProperty, EPiServer.Core.IContentMedia, EPiServer.Core.Transfer.PropertyImportContext, System.Action<EPiServer.Core.RawProperty, EPiServer.Core.PropertyData>)
Implements
Extension Methods