Try our conversational search powered by Generative AI!

Interface IContentImporter

Signature for component that imports content

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