Interface IDependentContentTransfer
  
  Interface that handles dependent content in export
Assembly: EPiServer.dll
  Version: 7.19.2
  Syntax
  
    public interface IDependentContentTransfer
   
  Properties
  
  
  
  
  Roots
  
  
  Declaration
  
    IList<ContentReference> Roots { get; set; }
   
  Property Value
  
  
  
  
  TransferContext
  
  
  Declaration
  
    IContentTransferContext TransferContext { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  ExportDependentContent(IContent)
  
  
  Declaration
  
    void ExportDependentContent(IContent content)
   
  Parameters
  
  
  
  
  ShouldIncludeReferencedContent(IContent)
  
  
  Declaration
  
    bool ShouldIncludeReferencedContent(IContent content)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Extension Methods