SearchResult

Communicates the results of a Search call.

Usage

Upon successully invoking the Search function, a SearchResult object is returned to the client. The properties of the object are described below.

Fields

Success

A Boolean value denoting whether the search was successful.

Error

An LmsError object containing the error which halted the function, if the search was not successful.

Records

An array of objects of the type that was specified when the Search call was invoked, containing the results of the search.

Size

An integer stating the number of records returned.