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 IPropertyImporter

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Signature for component that import properties

Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7
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