CacheAcquireResolvingEventArgs Class
EventArgs for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CacheAcquireResolving» .
Properties
Section titled “Properties”| Property | Description |
|---|---|
| ChosenSearchPath | Gets or sets the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» to use when «see P:WixToolset.Mba.Core.CancellableActionEventArgs`1.Action» is set to «see F:WixToolset.Mba.Core.CacheOperation.Copy» . |
| DownloadUrl | Gets the optional URL to download container or payload. |
| FoundLocal | Gets whether «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.RecommendedSearchPath» indicates that a file was found at that search path. |
| PackageOrContainerId | Gets the identity of the package or container that is being acquired. |
| PayloadContainerId | Gets the optional identity of the container that contains the payload being acquired. |
| PayloadId | Gets the identity of the payload that is being acquired. |
| RecommendedSearchPath | When «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.FoundLocal» is true, the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» for the recommended local file. |
| SearchPaths | Gets the search paths used for source resolution. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
ChosenSearchPath Property
Section titled “ChosenSearchPath Property”Gets or sets the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» to use when «see P:WixToolset.Mba.Core.CancellableActionEventArgs`1.Action» is set to «see F:WixToolset.Mba.Core.CacheOperation.Copy» .
Declaration
Section titled “Declaration”public int ChosenSearchPath { get; set; }DownloadUrl Property
Section titled “DownloadUrl Property”Gets the optional URL to download container or payload.
Declaration
Section titled “Declaration”public string DownloadUrl { get; set; }FoundLocal Property
Section titled “FoundLocal Property”Gets whether «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.RecommendedSearchPath» indicates that a file was found at that search path.
Declaration
Section titled “Declaration”public bool FoundLocal { get; set; }PackageOrContainerId Property
Section titled “PackageOrContainerId Property”Gets the identity of the package or container that is being acquired.
Declaration
Section titled “Declaration”public string PackageOrContainerId { get; set; }PayloadContainerId Property
Section titled “PayloadContainerId Property”Gets the optional identity of the container that contains the payload being acquired.
Declaration
Section titled “Declaration”public string PayloadContainerId { get; set; }PayloadId Property
Section titled “PayloadId Property”Gets the identity of the payload that is being acquired.
Declaration
Section titled “Declaration”public string PayloadId { get; set; }RecommendedSearchPath Property
Section titled “RecommendedSearchPath Property”When «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.FoundLocal» is true, the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» for the recommended local file.
Declaration
Section titled “Declaration”public int RecommendedSearchPath { get; set; }SearchPaths Property
Section titled “SearchPaths Property”Gets the search paths used for source resolution.
Declaration
Section titled “Declaration”public System.String[] SearchPaths { get; set; }