IPluginUserManagerProviderDeleteFile Method

Delete a file

Definition

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

Parameters

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

Return Value

TaskTryResultsBoolean
If delete was successful

See Also