OpenMetaverse Protocol Library Developers API Documentation
Move Method (item, newParent, newName)
NamespacesOpenMetaverse InventoryManagerMove(InventoryBase, InventoryFolder, String)
Move an inventory item or folder to a new location and change its name
Declaration Syntax
C#
public 
void 
Move(
        
InventoryBase 
item,
        
InventoryFolder 
newParent,
        
string 
newName
)
Parameters
item ( InventoryBase)
The item or folder to move
newParent ( InventoryFolder)
The to move item or folder to
newName ( String)
The name to change the item or folder to
See Also
InventoryBase
InventoryFolder

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