IFileTransfer Interface
Structure used for all file transfer information.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Destination | Destination path for file. |
| Move | Flag if file should be moved (optimal). |
| Redundant | Set during layout of media when the file transfer when the source and target resolve to the same path. |
| Source | Source path to file. |
| SourceLineNumbers | Optional source line numbers where this file transfer orginated. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Destination Property
Section titled “Destination Property”Destination path for file.
Declaration
Section titled “Declaration”public string Destination { get; set; }Move Property
Section titled “Move Property”Flag if file should be moved (optimal).
Declaration
Section titled “Declaration”public bool Move { get; set; }Redundant Property
Section titled “Redundant Property”Set during layout of media when the file transfer when the source and target resolve to the same path.
Declaration
Section titled “Declaration”public bool Redundant { get; set; }Source Property
Section titled “Source Property”Source path to file.
Declaration
Section titled “Declaration”public string Source { get; set; }SourceLineNumbers Property
Section titled “SourceLineNumbers Property”Optional source line numbers where this file transfer orginated.
Declaration
Section titled “Declaration”public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; }