Interface IImplicitContentExporter
Adds content to the implicitly exported list.
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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. |