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
assets
The list of assets to be reverted.
mode
How to revert the assets.
asset
The 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.