IExtensionCacheLocation Interface
Location where extensions may be cached.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Path | Path for the extension cache location. |
| Scope | Scope for the extension cache location. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Path Property
Section titled “Path Property”Path for the extension cache location.
Declaration
Section titled “Declaration”public string Path { get; set; }Scope Property
Section titled “Scope Property”Scope for the extension cache location.
Declaration
Section titled “Declaration”public ExtensionCacheLocationScope Scope { get; set; }