 | ClientBatteriesRestoreEnvironment Method |
Attempts to restore the environment
Namespace: SanteDB.Client.BatteriesAssembly: SanteDB.Client.Batteries (in SanteDB.Client.Batteries.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic static bool RestoreEnvironment()
Public Shared Function RestoreEnvironment As Boolean
public:
static bool RestoreEnvironment()
static member RestoreEnvironment : unit -> bool
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.Client.Batteries.ClientBatteries.RestoreEnvironment"]
RemarksAfter a Windows Update, if the software is running in C:\Windows\SysWow64\config\... then an update will move
the directory to C:\Windows.old\ - the method will attempt to restore this
See Also