Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IPropertyExporter

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IPropertyExporter

Methods

ExportProperties(IContentData, IEnumerable<RawProperty>, PropertyExportContext)

Declaration
void ExportProperties(IContentData source, IEnumerable<RawProperty> properties, PropertyExportContext context)
Parameters
Type Name Description
IContentData source
System.Collections.Generic.IEnumerable<RawProperty> properties
PropertyExportContext context

ExportProperty(PropertyData, RawProperty, PropertyExportContext)

Declaration
void ExportProperty(PropertyData source, RawProperty output, PropertyExportContext context)
Parameters
Type Name Description
PropertyData source
RawProperty output
PropertyExportContext context

Extension Methods