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

static function IncomingChangeSetAssets(changeset: ChangeSet): Task;
static Task IncomingChangeSetAssets(ChangeSet changeset);
static def IncomingChangeSetAssets(changeset as ChangeSet) as Task
static function IncomingChangeSetAssets(changesetID: string): Task;
static Task IncomingChangeSetAssets(string changesetID);
static def IncomingChangeSetAssets(changesetID as string) as Task

Parameters

changesetIncoming changeset.
changesetIDIncoming changesetid.

Description

Given an incoming changeset this will start a task to query the version control server for which assets are part of the changeset.