OpenMetaverse Protocol Library Developers API Documentation
RequestFindObjectByPath Method (baseFolder, inventoryOwner, path)
NamespacesOpenMetaverse InventoryManagerRequestFindObjectByPath(UUID, UUID, String)
Find inventory items by path
Declaration Syntax
C#
public 
void 
RequestFindObjectByPath(
        
UUID 
baseFolder,
        
UUID 
inventoryOwner,
        
string 
path
)
Parameters
baseFolder ( UUID)
The folder to begin the search in
inventoryOwner ( UUID)
The object owners
path ( String)
A string path to search, folders/objects separated by a '/'
Remarks
Results are sent to the event
See Also
UUID
[!:InventoryManager.OnFindObjectByPath]

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