IExtensionCacheLocation Interface
Location where extensions may be cached.
Properties
| Property | Description | 
|---|---|
| Path | Path for the extension cache location. | 
| Scope | Scope for the extension cache location. | 
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Path Property
Path for the extension cache location.
Declaration
public string Path { get; set; } 
Scope Property
Scope for the extension cache location.
Declaration
public ExtensionCacheLocationScope Scope { get; set; }