OpenMetaverse Protocol Library Developers API Documentation
CreateLink Method (folderID, itemID, name, description, assetType, invType, transactionID, callback)
NamespacesOpenMetaverse InventoryManagerCreateLink(UUID, UUID, String, String, AssetType, InventoryType, UUID, InventoryManager . . :: . . ItemCreatedCallback)
Creates inventory link to another inventory item or folder
Declaration Syntax
C#
public 
void 
CreateLink(
        
UUID 
folderID,
        
UUID 
itemID,
        
string 
name,
        
string 
description,
        
AssetType 
assetType,
        
InventoryType 
invType,
        
UUID 
transactionID,
        

InventoryManager

.
.
::
.
.
ItemCreatedCallback 
callback
)
Parameters
folderID ( UUID)
Put newly created link in folder with this UUID
itemID ( UUID)
Original item's UUID
name ( String)
Name
description ( String)
Description
assetType ( AssetType)
Asset Type
invType ( InventoryType)
Inventory Type
transactionID ( UUID)
Transaction UUID
callback ( InventoryManager . . :: . . ItemCreatedCallback)
Method to call upon creation of the link

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