IPluginUserManagerProviderDeleteFiles Method

Delete multiple files

Definition

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

Parameters

paths  IEnumerableString
Relative path starting from but not including /user/

Return Value

TaskTryResultsBoolean
If delete was successful

See Also