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.

VersionControl.Provider.CheckoutIsValid

static function CheckoutIsValid(assets: AssetList): bool;
static bool CheckoutIsValid(AssetList assets);
static def CheckoutIsValid(assets as AssetList) as bool
static function CheckoutIsValid(asset: Asset): bool;
static bool CheckoutIsValid(Asset asset);
static def CheckoutIsValid(asset as Asset) as bool

Parameters

assetsList of assets.
assetSingle asset.

Description

Given an asset or a list of assets this function returns true if Checkout is a valid task to perform.