VersionControl.Provider.Move
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

from Path to source asset.
to Path to destination.
Description

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