Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Provider.Add

public static VersionControl.Task Add(VersionControl.AssetList assets, bool recursive);
public static VersionControl.Task Add(VersionControl.Asset asset, bool recursive);

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答