VersionControl.Provider.Add
static function Add(assets: AssetList, recursive: bool): Task;
static Task Add(AssetList assets, bool recursive);
static def Add(assets as AssetList, recursive as bool) as Task
static function Add(asset: Asset, recursive: bool): Task;
static Task Add(Asset asset, bool recursive);
static def Add(asset as Asset, recursive as bool) as Task
Parameters

assets List of assets to add to version control system.
recursive Set this true if adding should be done recursively into subfolders.
asset Single 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.