UnregisterFile(string, bool)
Unregisters and disassociates a file from the task.
Declaration Syntax
public void UnregisterFile(string filePath, bool delete)
Parameters
- filePath(string)
The file path.
- delete(bool)
Indicates whether to delete the file if no longer shared.