Get contents of a folder
Declaration Syntax
C# |
public List< InventoryBase> FolderContents( UUID folder, UUID owner, bool folders, bool items, InventorySortOrder order, int timeoutMS )
Parameters
- 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
Return Value
A list of inventory items matching
search criteria within folder
Remarks
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)