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.ChangeSetDescription

static function ChangeSetDescription(changeset: ChangeSet): Task;
static Task ChangeSetDescription(ChangeSet changeset);
static def ChangeSetDescription(changeset as ChangeSet) as Task

Parameters

changesetChangeset to query description of.

Description

Given a changeset only containing the changeset ID, this will start a task for quering the description of the changeset.

Mostly makes sense to use with Perforce.