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 IPropertyImporter

Signature for component that import properties

Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IPropertyImporter

Methods

ImportProperties(IEnumerable<RawProperty>, IContent, PropertyImportContext)

Declaration
void ImportProperties(IEnumerable<RawProperty> source, IContent output, PropertyImportContext context)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<RawProperty> source
IContent output
PropertyImportContext context

ImportProperty(RawProperty, PropertyData, PropertyImportContext)

Declaration
void ImportProperty(RawProperty source, PropertyData output, PropertyImportContext context)
Parameters
Type Name Description
RawProperty source
PropertyData output
PropertyImportContext context

Extension Methods