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.

static function Move(from: string, to: string): Task;
static Task Move(string from, string to);
static def Move(from as string, to as string) as Task

Parameters

fromPath to source asset.
toPath to destination.

Description

Uses the version control plugin to move an asset from one path to another.