VersionControl.Provider.UnlockIsValid
static function UnlockIsValid(assets: AssetList): bool;
static bool UnlockIsValid(AssetList assets);
static def UnlockIsValid(assets as AssetList) as bool
static function UnlockIsValid(asset: Asset): bool;
static bool UnlockIsValid(Asset asset);
static def UnlockIsValid(asset as Asset) as bool
Parameters

assets The assets to lock.
asset The asset to lock.
Description

Returns true if locking the assets is a valid operation.