OpenMetaverse Protocol Library Developers API Documentation
FindObjectByPath Method (baseFolder, inventoryOwner, path, timeoutMS)
NamespacesOpenMetaverse InventoryManagerFindObjectByPath(UUID, UUID, String, Int32)
Find an object in inventory using a specific path to search
Declaration Syntax
C#
public 
UUID 
FindObjectByPath(
        
UUID 
baseFolder,
        
UUID 
inventoryOwner,
        
string 
path,
        
int 
timeoutMS
)
Parameters
baseFolder ( UUID)
The folder to begin the search in
inventoryOwner ( UUID)
The object owners
path ( String)
A string path to search
timeoutMS ( Int32)
milliseconds to wait for a reply
Return Value
Found items or if timeout occurs or item is not found
See Also

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