OpenMetaverse Protocol Library Developers API Documentation
MoveFolders Method (foldersNewParents)
NamespacesOpenMetaverse InventoryManagerMoveFolders(Dictionary < (Of < <' ( UUID, UUID > ) > > ) )
Move multiple folders, the keys in the Dictionary parameter, to a new parents, the value of that folder's key.
Declaration Syntax
C#
public
void
MoveFolders(

Dictionary<
UUID,
UUID>
foldersNewParents
)
Parameters
foldersNewParents ( Dictionary < (Of < ( <' UUID, UUID > ) > ) > )
A Dictionary containing the of the source as the key, and the of the destination as the value
See Also

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