IntermediateFieldPathValue Class
Properties
Section titled “Properties”| Property | Description |
|---|---|
| BaseUri | Gets the base URI of the path field. |
| Embed | Indicates whether to embed the path to the file when the intermediate field is saved. |
| Path | Gets or sets the data for this field. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
BaseUri Property
Section titled “BaseUri Property”Gets the base URI of the path field.
Declaration
Section titled “Declaration”public System.Uri BaseUri { get; set; }Embed Property
Section titled “Embed Property”Indicates whether to embed the path to the file when the intermediate field is saved.
Declaration
Section titled “Declaration”public bool Embed { get; set; }Path Property
Section titled “Path Property”Gets or sets the data for this field.
Declaration
Section titled “Declaration”public string Path { get; set; }