Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

Provider.GetLatestIsValid

Switch to Manual
public static function GetLatestIsValid(assets: VersionControl.AssetList): bool;
public static function GetLatestIsValid(asset: VersionControl.Asset): bool;

Parameters

assetsList of assets to test.
assetAsset to test.

Description

Returns true if getting the latest version of an asset is a valid operation.

For the list version it returns true if is valid for one or more assets.