Class DeleteFolderAction
Represents a plugin prerequisite action that recursively deletes a folder
public class DeleteFolderAction : PluginPrerequisiteAction
- Inheritance
-
objectCorePropertyChangedDeleteFolderAction
- Inherited Members
Constructors
DeleteFolderAction(string, string)
Creates a new instance of a copy folder action
public DeleteFolderAction(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