OpenMetaverse Protocol Library Developers API Documentation
LocalFind Method (baseFolder, path, level, firstOnly)
NamespacesOpenMetaverse InventoryManagerLocalFind(UUID, array< String > [] () [] [] , Int32, Boolean)
Search inventory Store object for an item or folder
Declaration Syntax
C#
public 
List<
InventoryBase> 
LocalFind(
        
UUID 
baseFolder,
        
string[] 
path,
        
int 
level,
        
bool 
firstOnly
)
Parameters
baseFolder ( UUID)
The folder to begin the search in
path ( array< String > [] () [] [] )
An array which creates a path to search
level ( Int32)
Number of levels below baseFolder to conduct searches
firstOnly ( Boolean)
if True, will stop searching after first match is found
Return Value
A list of inventory items found

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