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 ITransferHandlerContext

Specifies the current operation

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

Properties

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.

Extension Methods