Interface IContentImporter
Signature for component that imports content
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |
---|---|---|
ITransfer |
content | The content. |
Access |
requiredDestinationAccess | The required destination access. |
IContent |
context | The context for the import |
Transfer |
options | Options specified for the import |
Returns
Type | Description |
---|---|
Content |
A content reference for the imported content. |