Skip to content

IFileTransfer Interface

Structure used for all file transfer information.

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+41e11442b2ca93e444b60213b5ae99dcbab787d8

Destination path for file.

public string Destination { get; set; }

Flag if file should be moved (optimal).

public bool Move { get; set; }

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

public bool Redundant { get; set; }

Source path to file.

public string Source { get; set; }

Optional source line numbers where this file transfer orginated.

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