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

assets List of assets.
asset Single asset.
Description

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