London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentImporter

Signature for component that imports content

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

Methods

Import(ITransferContentData, AccessLevel, IContentTransferContext, TransferImportOptions)

Imports the specified content.

Declaration
ContentReference Import(ITransferContentData content, AccessLevel requiredDestinationAccess, IContentTransferContext context, TransferImportOptions options)
Parameters
Type Name Description
ITransferContentData content

The content.

AccessLevel requiredDestinationAccess

The required destination access.

IContentTransferContext context

The context for the import

TransferImportOptions options

Options specified for the import

Returns
Type Description
ContentReference

A content reference for the imported content.

Extension Methods