Packagecom.salesforce.results
Classpublic dynamic class SearchResult

Class returned as a result of the call to connection.Search(), response contains a property 'searchRecords' which is an array of SObjects.

See also

Apex Developer Doc


Public Properties
 PropertyDefined by
  searchRecords : ArrayCollection
SearchResult
Public Methods
 MethodDefined by
  
SearchResult(result:ObjectProxy)
SearchResult
Property detail
searchRecordsproperty
public var searchRecords:ArrayCollection
Constructor detail
SearchResult()constructor
public function SearchResult(result:ObjectProxy)Parameters
result:ObjectProxy