Class DefaultPropertyExporter
Inheritance
System.Object
DefaultPropertyExporter
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class DefaultPropertyExporter : Object, IPropertyExporter
Constructors
Declaration
public DefaultPropertyExporter(IEnumerable<IPropertyTransform> transforms, IEnumerable<IInterfacePropertyTransform> interfaceTransforms)
Parameters
Methods
ExportProperties(IContentData, IEnumerable<RawProperty>, PropertyExportContext)
Declaration
public void ExportProperties(IContentData source, IEnumerable<RawProperty> properties, PropertyExportContext context)
Parameters
ExportProperty(PropertyData, RawProperty, PropertyExportContext)
Declaration
public void ExportProperty(PropertyData source, RawProperty output, PropertyExportContext context)
Parameters
Implements
Extension Methods