CacheAcquireBeginEventArgs Class
EventArgs for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CacheAcquireBegin» .
Properties
Section titled “Properties”| Property | Description |
|---|---|
| DownloadUrl | Gets the optional URL to download container or payload. |
| PackageOrContainerId | Gets the identifier of the container or package. |
| PayloadContainerId | Gets the optional identity of the container that contains the payload being acquired. |
| PayloadId | Gets the identifier of the payload (if acquiring a payload). |
| Source | Gets the source of the container or payload. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
DownloadUrl Property
Section titled “DownloadUrl Property”Gets the optional URL to download container or payload.
Declaration
Section titled “Declaration”public string DownloadUrl { get; set; }PackageOrContainerId Property
Section titled “PackageOrContainerId Property”Gets the identifier of the container or package.
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 identifier of the payload (if acquiring a payload).
Declaration
Section titled “Declaration”public string PayloadId { get; set; }Source Property
Section titled “Source Property”Gets the source of the container or payload.
Declaration
Section titled “Declaration”public string Source { get; set; }