IPluginUserManagerProviderMoveToUser Method

Move to the user directory

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Task<TryResults<bool>> MoveToUser()

Return Value

TaskTryResultsBoolean
True if successful, false if not. Should throw error if MoveableToLocal is false

See Also