IConfigurationUpgradeResults Interface

The result of a set of one or more upgrade actions for a single IModule.

Definition

Namespace: MFiles.VAF.Module.ConfigurationUpgrader
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IConfigurationUpgradeResults

Properties

ActionResults Result objects for each upgrade action.
OriginalJson Pre-Upgrade Configuration JSON.
State Upgrade state.
UpgradedJson Post-Upgrade Configuration JSON.

See Also