OpenMetaverse Protocol Library Developers API Documentation
StartClassifiedSearch Method (searchText)
NamespacesOpenMetaverse DirectoryManagerStartClassifiedSearch(String)
Query the data server for a list of classified ads containing the specified string. Defaults to searching for classified placed in any category, and includes PG, Adult and Mature results. Responses are sent 16 per response packet, there is no way to know how many results a query reply will contain however assuming the reply packets arrived ordered, a response with less than 16 entries would indicate all results have been received The [!:OnClassifiedReply]event is raised when a response is received from the simulator
Declaration Syntax
C#
public 
UUID 
StartClassifiedSearch(
        
string 
searchText
)
Parameters
searchText ( String)
A string containing a list of keywords to search for
Return Value
A UUID to correlate the results when the [!:OnClassifiedReply]event is raised

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