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 Add(assets: AssetList, recursive: bool): Task;
static function Add(asset: Asset, recursive: bool): Task;

Parameters

assetsList of assets to add to version control system.
recursiveSet this true if adding should be done recursively into subfolders.
assetSingle asset to add to version control system.

Description

Adds an assets or list of assets to version control.

If the input asset is a folder setting the recursive flag will add all assets and assets in subfolders to the version control system.