IPluginUserManagerProviderDeleteFiles Method
Delete multiple files
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
Task<TryResults<bool>> DeleteFiles(
IEnumerable<string> paths
)
Function DeleteFiles (
paths As IEnumerable(Of String)
) As Task(Of TryResults(Of Boolean))
Task<TryResults<bool>^>^ DeleteFiles(
IEnumerable<String^>^ paths
)
abstract DeleteFiles :
paths : IEnumerable<string> -> Task<TryResults<bool>>
- paths IEnumerableString
- Relative path starting from but not including /user/
TaskTryResultsBooleanIf delete was successful