Skip to main content

IFileTransfer Interface

Structure used for all file transfer information.

Properties

PropertyDescription
DestinationDestination path for file.
MoveFlag if file should be moved (optimal).
RedundantSet during layout of media when the file transfer when the source and target resolve to the same path.
SourceSource path to file.
SourceLineNumbersOptional source line numbers where this file transfer orginated.

WixToolset.Extensibility.dll version 5.0.0-rc.2+dbb148c20d2490cf85f3f62f7d59f8dbc5c1a2c5

Destination Property

Destination path for file.

Declaration

public string Destination { get; set; } 

Move Property

Flag if file should be moved (optimal).

Declaration

public bool Move { get; set; } 

Redundant Property

Set during layout of media when the file transfer when the source and target resolve to the same path.

Declaration

public bool Redundant { get; set; } 

Source Property

Source path to file.

Declaration

public string Source { get; set; } 

SourceLineNumbers Property

Optional source line numbers where this file transfer orginated.

Declaration

public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; }