Class DeleteFileAction
Represents a plugin prerequisite action that deletes a file
public class DeleteFileAction : PluginPrerequisiteAction
- Inheritance
-
objectCorePropertyChangedDeleteFileAction
- Inherited Members
Constructors
DeleteFileAction(string, string)
Creates a new instance of a copy folder action
public DeleteFileAction(string name, string target)
Parameters
Properties
Target
Gets or sets the target directory
public string Target { get; }
Property Value
Methods
Execute(CancellationToken)
Called when the action must execute
public override Task Execute(CancellationToken cancellationToken)
Parameters
cancellationTokenCancellationToken