Click or drag to resize
SearchResultItem Methods

The SearchResultItem type exposes the following members.

Methods
  NameDescription
Public methodGetImageUrl
Returns the relative image URL associated with search item. The image URL is based on data from the field configured as 'Image field' (Image) in search index configuration.
Public methodGetSearchValue
Returns column value for current search result item. The value is obtained from ResultData, if such column is present, or SearchDocument.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML(XmlWriter, Boolean)Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.)
Public Extension MethodToXML(String, Boolean)Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML(XmlWriter, ListString, Boolean)Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.)
Top
See Also