DeleteChangeSets(ChangeSets)
Starts a task that will attempt to delete the given changesets.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
public static Task DeleteChangeSets(ChangeSets changesets)
Parameters
List of changetsets to delete.
Returns
Type | Description |
|---|---|
| Task |
Remarks
Before the task can delete all of the given changesets, they must be empty.