Interface IPropertyExporter
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
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
ExportProperty(PropertyData, RawProperty, PropertyExportContext)
Declaration
void ExportProperty(PropertyData source, RawProperty output, PropertyExportContext context)
Parameters
Extension Methods