IPluginUserManagerProviderGetFile Method

Return the file data of a file

Definition

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

Parameters

pathToFile  String
Relative path starting from but not including /user/

Return Value

TaskTryResultsIFileData
FileData of the file. If its online, may need to download/>

See Also