Skip to content

DetectUpdateEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectUpdate»

PropertyDescription
ContentGets the content of the updated bundle.
ContentTypeGets the content type of the content of the updated bundle.
HashFile hash of the updated bundle.
HashAlgorithmThe algorithm of the updated bundle’s hash.
SizeGets the size of the updated bundle.
StopProcessingUpdatesTells the engine to stop giving the rest of the updates found in the feed.
SummaryGets the summary of the updated bundle.
TitleGets the title of the the updated bundle.
UpdateLocationGets the identity of the bundle to detect.
VersionGets the version of the updated bundle.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the content of the updated bundle.

public string Content { get; set; }

Gets the content type of the content of the updated bundle.

public string ContentType { get; set; }

File hash of the updated bundle.

public string Hash { get; set; }

The algorithm of the updated bundle’s hash.

public UpdateHashType HashAlgorithm { get; set; }

Gets the size of the updated bundle.

public System.Int64 Size { get; set; }

Tells the engine to stop giving the rest of the updates found in the feed.

public bool StopProcessingUpdates { get; set; }

Gets the summary of the updated bundle.

public string Summary { get; set; }

Gets the title of the the updated bundle.

public string Title { get; set; }

Gets the identity of the bundle to detect.

public string UpdateLocation { get; set; }

Gets the version of the updated bundle.

public string Version { get; set; }