VersionControl.Provider.ResolveIsValid
static function ResolveIsValid(assets: AssetList): bool;
static bool ResolveIsValid(AssetList assets);
static def ResolveIsValid(assets as AssetList) as bool
Parameters

assets The 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.