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 Revert(assets: AssetList, mode: RevertMode): Task;
static Task Revert(AssetList assets, RevertMode mode);
static def Revert(assets as AssetList, mode as RevertMode) as Task
static function Revert(asset: Asset, mode: RevertMode): Task;
static Task Revert(Asset asset, RevertMode mode);
static def Revert(asset as Asset, mode as RevertMode) as Task

Parameters

assetsThe list of assets to be reverted.
modeHow to revert the assets.
assetThe asset to be reverted.

Description

Reverts the specified assets by undoing any changes done since last time you synced.

The last sync time is usually when Provider.GetLatest() was last issued but may be something else if an external version control client is used at the same time.