Create an inventory item and upload asset
data
Declaration Syntax
C# |
public void RequestCreateItemFromAsset( byte[] data, string name, string description, AssetType assetType, InventoryType invType, UUID folderID, Permissions permissions, InventoryManager . . :: . . ItemCreatedFromAssetCallback callback )
Parameters
- data ( array< Byte > [] () [] [] )
- Asset data
- name ( String)
- Inventory item name
- description ( String)
- Inventory item description
- assetType ( AssetType)
- Asset type
- invType ( InventoryType)
- Inventory type
- folderID ( UUID)
- Put newly created inventory in this folder
- permissions ( Permissions)
- Permission of the newly created item (EveryoneMask, GroupMask, and NextOwnerMask of Permissions struct are supported)
- callback ( InventoryManager . . :: . . ItemCreatedFromAssetCallback)
- Delegate that will receive feedback on success or failure
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)