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.ResolveIsValid

static function ResolveIsValid(assets: AssetList): bool;
static bool ResolveIsValid(AssetList assets);
static def ResolveIsValid(assets as AssetList) as bool

Parameters

assetsThe list of asset to be resolved.

Description

Tests if any of the assets in the list is resolvable.

Returns true if any of the assets are resolvable.