OpenMetaverse Protocol Library Developers API Documentation
MoveItems Method (itemsNewParents)
NamespacesOpenMetaverse InventoryManagerMoveItems(Dictionary < (Of < <' ( UUID, UUID > ) > > ) )
Move multiple inventory items to new locations
Declaration Syntax
C#
public 
void 
MoveItems(
        
Dictionary<
UUID, 
UUID> 
itemsNewParents
)
Parameters
itemsNewParents ( Dictionary < (Of < ( <' UUID, UUID > ) > ) > )
A Dictionary containing the of the source item as the key, and the of the destination folder as the value
See Also

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