UsageUpon successully invoking the Search function, a SearchResult object is returned to the client. The properties of the object are described below. FieldsSuccessA Boolean value denoting whether the search was successful. ErrorAn LmsError object containing the error which halted the function, if the search was not successful. RecordsAn array of objects of the type that was specified when the Search call was invoked, containing the results of the search. SizeAn integer stating the number of records returned. |