Skip to content

IntermediateFieldPathValue Class

Properties

PropertyDescription
BaseUriGets the base URI of the path field.
EmbedIndicates whether to embed the path to the file when the intermediate field is saved.
PathGets or sets the data for this field.
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

BaseUri Property {#baseuri}

Gets the base URI of the path field.

Declaration

public System.Uri BaseUri { get; set; }

Embed Property {#embed}

Indicates whether to embed the path to the file when the intermediate field is saved.

Declaration

public bool Embed { get; set; }

Path Property {#path}

Gets or sets the data for this field.

Declaration

public string Path { get; set; }