A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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