London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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