OpenMetaverse Protocol Library Developers API Documentation
RequestInventoryAsset Method (assetID, itemID, taskID, ownerID, type, priority, callback)
NamespacesOpenMetaverseAssetManagerRequestInventoryAsset(UUID, UUID, UUID, UUID, AssetType, Boolean, AssetManager . . :: . . AssetReceivedCallback)
Declaration Syntax
C#
public 
void 
RequestInventoryAsset(
        
UUID 
assetID,
        
UUID 
itemID,
        
UUID 
taskID,
        
UUID 
ownerID,
        
AssetType 
type,
        
bool 
priority,
        

AssetManager

.
.
::
.
.
AssetReceivedCallback 
callback
)
Parameters
assetID ( UUID)
Use UUID.Zero if you do not have the asset ID but have all the necessary permissions
itemID ( UUID)
The item ID of this asset in the inventory
taskID ( UUID)
Use UUID.Zero if you are not requesting an asset from an object inventory
ownerID ( UUID)
The owner of this asset
type ( AssetType)
Asset type
priority ( Boolean)
Whether to prioritize this asset download or not
callback ( AssetManager . . :: . . AssetReceivedCallback)

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