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 function Revert(asset: Asset, mode: RevertMode): 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.