Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

VersionControl.Provider.Checkout

public static function Checkout(assets: AssetList, mode: CheckoutMode): Task;
public static function Checkout(assets: string[], mode: CheckoutMode): Task;
public static function Checkout(assets: Object[], mode: CheckoutMode): Task;
public static function Checkout(asset: Asset, mode: CheckoutMode): Task;
public static function Checkout(asset: string, mode: CheckoutMode): Task;
public static function Checkout(asset: Object, mode: CheckoutMode): Task;

Parameters

assets List of assets to checkout.
mode Tell the Provider to checkout the asset, the .meta file or both.
asset Asset to checkout.

Description

Checkout an asset or list of asset from the version control system.

Some version control systems like Perforce requires an asset to be checked out before it can be edited.