FileTransferInformation.DeleteFile Property

Definition

Gets a value that indicates whether to delete the local file when the transfer is completed.

public:
 property bool DeleteFile { bool get(); };
public bool DeleteFile { get; }
member this.DeleteFile : bool
Public ReadOnly Property DeleteFile As Boolean

Property Value

true to delete the file after the transfer; otherwise, false.

Applies to