SaaS CMS has officially launched! Learn more now.

Interface IInterfacePropertyImport

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines the signature for a component that is registered to handle import of properties for a specific interface.

Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IInterfacePropertyImport

Methods

ImportProperty(IPropertyImporter, RawContent, IContent, RawProperty, IContentTransferContext, TransferImportOptions)

Declaration
bool ImportProperty(IPropertyImporter currentTranfer, RawContent rawContent, IContent content, RawProperty importedProperty, IContentTransferContext context, TransferImportOptions options)
Parameters
Type Name Description
IPropertyImporter currentTranfer
RawContent rawContent
IContent content
RawProperty importedProperty
IContentTransferContext context
TransferImportOptions options
Returns
Type Description
System.Boolean

Extension Methods