Get contents of a folder

C# |
public List< InventoryBase> FolderContents( UUID folder, UUID owner, bool folders, bool items, InventorySortOrder order, int timeoutMS )

- folder ( UUID)
- The of the folder to search
- owner ( UUID)
- The of the folders owner
- folders ( Boolean)
- true to retrieve folders
- items ( Boolean)
- true to retrieve items
- order ( InventorySortOrder)
- sort order to return results in
- timeoutMS ( Int32)
- a integer representing the number of milliseconds to wait for results

A list of inventory items matching
search criteria within folder

InventoryFolder.DescendentCount will
only be accurate if both folders and items are requested
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)