Interface IDependentContentTransfer
Interface that handles dependent content in export
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("Replaced by IImplicitContentExporter")]
public interface IDependentContentTransfer
Properties
Roots
Declaration
[Obsolete("Interface is replaced by IImplicitContentExporter. This property is no longer exposed. Use ISiteDefinitionRepository and ContentRootService to retrieve all roots.")]
IList<ContentReference> Roots { get; set; }
Property Value
TransferContext
Declaration
[Obsolete("Interface is replaced by IImplicitContentExporter. The context should now be passed as an argument to the ExportDependentContent method.")]
IContentTransferContext TransferContext { get; set; }
Property Value
Methods
ExportDependentContent(IContent)
Declaration
void ExportDependentContent(IContent content)
Parameters
ShouldIncludeReferencedContent(IContent)
Declaration
[Obsolete("Interface is replaced by IImplicitContentExporter. This method is no longer needed as it is checked by ExportDependentContent method.")]
bool ShouldIncludeReferencedContent(IContent content)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods