IPluginUserManagerProviderGetLocalDirectory Method

Get the local directory of the user

Definition

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

Return Value

TryResultsString
Returns the base directory that is locally stored for the user manager i.e. the 365 user manager returns pathToDesign+user365

See Also