OpenMetaverse Protocol Library Developers API Documentation
HasAsset Method (assetID)
NamespacesOpenMetaverseAssetCacheHasAsset(UUID)
Checks if the asset exists in the local cache
Declaration Syntax
C#
public 
bool 
HasAsset(
        
UUID 
assetID
)
Parameters
assetID ( UUID)
UUID of the asset
Return Value
True is the asset is stored in the cache, otherwise false

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)