OpenMetaverse Protocol Library Developers API Documentation
StartDirPlacesSearch Method (searchText, queryStart)
NamespacesOpenMetaverse DirectoryManagerStartDirPlacesSearch(String, Int32)
Starts search for places (Overloaded) The [!:OnDirPlacesReply]event is raised when a response is received from the simulator
Declaration Syntax
C#
public 
UUID 
StartDirPlacesSearch(
        
string 
searchText,
        
int 
queryStart
)
Parameters
searchText ( String)
Search text
queryStart ( Int32)
Each request is limited to 100 places being returned. To get the first 100 result entries of a request use 0, from 100-199 use 1, 200-299 use 2, etc.
Return Value
A UUID to correlate the results when the [!:OnDirPlacesReply]event is raised

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