OpenMetaverse Protocol Library Developers API Documentation
UpdateNodeFor Method (item)
NamespacesOpenMetaverseInventoryUpdateNodeFor(InventoryBase)
Updates the state of the InventoryNode and inventory data structure that is responsible for the InventoryObject. If the item was previously not added to inventory, it adds the item, and updates structure accordingly. If it was, it updates the InventoryNode, changing the parent node if
  Copy imageCopy
item.parentUUID
does not match
  Copy imageCopy
node.Parent.Data.UUID
. You can not set the inventory root folder using this method
Declaration Syntax
C#
public 
void 
UpdateNodeFor(
        
InventoryBase 
item
)
Parameters
item ( InventoryBase)
The InventoryObject to store

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