CacheAcquireResolvingEventArgs Class
EventArgs for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CacheAcquireResolving» .
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.6+73c897383236ddbbbc6ba257634013c1269ceec2
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
public int ChosenSearchPath { get; set; }
DownloadUrl Property
Gets the optional URL to download container or payload.
Declaration
public string DownloadUrl { get; set; }
FoundLocal Property
Gets whether «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.RecommendedSearchPath» indicates that a file was found at that search path.
Declaration
public bool FoundLocal { get; set; }
PackageOrContainerId Property
Gets the identity of the package or container that is being acquired.
Declaration
public string PackageOrContainerId { get; set; }
PayloadContainerId Property
Gets the optional identity of the container that contains the payload being acquired.
Declaration
public string PayloadContainerId { get; set; }
PayloadId Property
Gets the identity of the payload that is being acquired.
Declaration
public string PayloadId { get; set; }
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
public int RecommendedSearchPath { get; set; }
SearchPaths Property
Gets the search paths used for source resolution.
Declaration
public System.String[] SearchPaths { get; set; }