Interface IContentImporter
Signature for component that imports content
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IContentImporterMethods
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. | 
