IPluginUserManagerProviderGetFile Method
Return the file data of a file
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
Task<TryResults<IFileData>> GetFile(
string pathToFile
)
Function GetFile (
pathToFile As String
) As Task(Of TryResults(Of IFileData))
Task<TryResults<IFileData^>^>^ GetFile(
String^ pathToFile
)
abstract GetFile :
pathToFile : string -> Task<TryResults<IFileData>>
- pathToFile String
- Relative path starting from but not including /user/
TaskTryResultsIFileDataFileData of the file. If its online, may need to download/>