OpenMetaverse Protocol Library Developers API Documentation
GetContents Method (folder)
NamespacesOpenMetaverseInventoryGetContents(UUID)
Returns the contents of the specified folder
Declaration Syntax
C#
public 
List<
InventoryBase> 
GetContents(
        
UUID 
folder
)
Parameters
folder ( UUID)
A folder's UUID
Return Value
The contents of the folder corresponding to
  Copy imageCopy
folder
Exceptions
Exception Condition
InventoryException When
  Copy imageCopy
folder
does not exist in the inventory

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