Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IImplicitContentExporter

Adds content to the implicitly exported list.

Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IImplicitContentExporter

Methods

ExportDependentContent(IContent, IContentTransferContext)

Add content to the list of implicitly exported content.

Declaration
void ExportDependentContent(IContent content, IContentTransferContext transferContext)
Parameters
Type Name Description
IContent content

The content that should be added to the implicitly exported content

IContentTransferContext transferContext

The current transfer context.

Extension Methods