Interface ITransferHandlerContext
Specifies the current operation
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface ITransferHandlerContextProperties
TransferHandlers
Gets the transfer handlers.
Declaration
IEnumerable<TransferHandlerBase> TransferHandlers { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<TransferHandlerBase> | The transfer handlers. | 
TransferType
Gets or sets the type of the transfer.
Declaration
TypeOfTransfer TransferType { get; set; }Property Value
| Type | Description | 
|---|---|
| TypeOfTransfer | The type of the transfer. | 
