OpenMetaverse Protocol Library Developers API Documentation
AssetFileName Method (assetID)
NamespacesOpenMetaverseAssetCacheAssetFileName(UUID)
Get the file name of the asset stored with gived UUID
Declaration Syntax
C#
public 
string 
AssetFileName(
        
UUID 
assetID
)
Parameters
assetID ( UUID)
UUID of the asset
Return Value
Null if we don't have that UUID cached on disk, file name if found in the cache folder

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