Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

VersionControl.Provider.DeleteChangeSets

static function DeleteChangeSets(changesets: ChangeSets): Task;
static Task DeleteChangeSets(ChangeSets changesets);
static def DeleteChangeSets(changesets as ChangeSets) as Task

Parameters

changesetsList of changetsets.

Description

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

It is required that the changesets must be empty.