OpenMetaverse Protocol Library Developers API Documentation
RequestUpload Method (assetID, type, data, storeLocal, transactionID)
NamespacesOpenMetaverseAssetManagerRequestUpload(UUID % , AssetType, array< Byte > [] () [] [] , Boolean, UUID)
Initiate an asset upload
Declaration Syntax
C#
public 
UUID 
RequestUpload(
        
out 
UUID 
assetID,
        
AssetType 
type,
        
byte[] 
data,
        
bool 
storeLocal,
        
UUID 
transactionID
)
Parameters
assetID ( UUID %)
The ID this asset will have if the upload succeeds
type ( AssetType)
Asset type to upload this data as
data ( array< Byte > [] () [] [] )
Raw asset data to upload
storeLocal ( Boolean)
Whether to store this asset on the local simulator or the grid-wide asset server
transactionID ( UUID)
The tranaction id for the upload [!:RequestCreateItem]
Return Value
The transaction ID of this transfer

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