Interface IContentExporter
Signture for component that export content items.
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IContentExporterMethods
Export(IContent, AccessLevel, IContentTransferContext, TransferExportOptions)
Exports the specified content.
Declaration
ITransferContentData Export(IContent content, AccessLevel requiredSourceAccess, IContentTransferContext context, TransferExportOptions options)Parameters
| Type | Name | Description | 
|---|---|---|
| IContent | content | The content item that is to be exported | 
| AccessLevel | requiredSourceAccess | The required source access. | 
| IContentTransferContext | context | The context for the export | 
| TransferExportOptions | options | Options specified for the export | 
Returns
| Type | Description | 
|---|---|
| ITransferContentData | An ITransferContentData to represent a content to be transferred. | 
