Try our conversational search powered by Generative AI!

Interface IDependentContentTransfer

Interface that handles dependent content in export

Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IDependentContentTransfer

Properties

Roots

Declaration
IList<ContentReference> Roots { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ContentReference>

TransferContext

Declaration
IContentTransferContext TransferContext { get; set; }
Property Value
Type Description
IContentTransferContext

Methods

ExportDependentContent(IContent)

Declaration
void ExportDependentContent(IContent content)
Parameters
Type Name Description
IContent content

ShouldIncludeReferencedContent(IContent)

Declaration
bool ShouldIncludeReferencedContent(IContent content)
Parameters
Type Name Description
IContent content
Returns
Type Description
System.Boolean

Extension Methods