Declaration Syntax
C# |
public void RequestCreateItem( UUID parentFolder, string name, string description, AssetType type, UUID assetTransactionID, InventoryType invType, WearableType wearableType, PermissionMask nextOwnerMask, InventoryManager . . :: . . ItemCreatedCallback callback )
Parameters
- parentFolder ( UUID)
- name ( String)
- description ( String)
- type ( AssetType)
- assetTransactionID ( UUID)
- Proper use is to upload the inventory's asset first, then provide the Asset's TransactionID here.
- invType ( InventoryType)
- wearableType ( WearableType)
- nextOwnerMask ( PermissionMask)
- callback ( InventoryManager . . :: . . ItemCreatedCallback)
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)