UpgradeDetail Constructor |
Self Populating constructor.
Namespace:
MFiles.VAF.Module.ConfigurationUpgrader
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic UpgradeDetail(
string jsPath,
string source,
string upgradeKey,
string message,
UpgradeState status
)
Public Sub New (
jsPath As String,
source As String,
upgradeKey As String,
message As String,
status As UpgradeState
)
public:
UpgradeDetail(
String^ jsPath,
String^ source,
String^ upgradeKey,
String^ message,
UpgradeState status
)
Parameters
- jsPath
- Type: SystemString
Reference path to this item, used to query a JObject, ( aka JSPath query ). - source
- Type: SystemString
Module.GetConfigKey(). - upgradeKey
- Type: SystemString
Upgrade key being applied. - message
- Type: SystemString
Detail message. - status
- Type: MFiles.VAF.Module.ConfigurationUpgraderUpgradeState
Status level.
See Also