Skip to main content

PlanRestoreRelatedBundleEventArgs Class

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

Properties

PropertyDescription
BundleIdGets the identity of the bundle to plan for.
RecommendedStateGets the recommended requested state for the bundle.
StateGets or sets the requested state for the bundle.

WixToolset.Mba.Core.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

BundleId Property

Gets the identity of the bundle to plan for.

Declaration

public string BundleId { get; set; } 

RecommendedState Property

Gets the recommended requested state for the bundle.

Declaration

public RequestState RecommendedState { get; set; } 

State Property

Gets or sets the requested state for the bundle.

Declaration

public RequestState State { get; set; }