IntermediateFieldPathValue Class
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.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
BaseUri Property
Gets the base URI of the path field.
Declaration
public System.Uri BaseUri { get; set; }
Embed Property
Indicates whether to embed the path to the file when the intermediate field is saved.
Declaration
public bool Embed { get; set; }
Path Property
Gets or sets the data for this field.
Declaration
public string Path { get; set; }