Interface ICommonAssetStore
Read access to the loaded common assets (System B: content-addressed client media).
public interface ICommonAssetStore
Properties
All
IReadOnlyCollection<CommonAsset> All { get; }
Property Value
Methods
TryGetByHash(string, out CommonAsset?)
bool TryGetByHash(string hash, out CommonAsset? asset)
Parameters
hashstringassetCommonAsset
Returns
TryGetByName(string, out CommonAsset?)
bool TryGetByName(string name, out CommonAsset? asset)
Parameters
namestringassetCommonAsset