Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Provider.DeleteChangeSets

Declaration

public static VersionControl.Task DeleteChangeSets(VersionControl.ChangeSets changesets);

Parameters

changesets List of changetsets to delete.

Description

Starts a task that will attempt to delete the given changesets.

Before the task can delete all of the given changesets, they must be empty.