Click or drag to resize
SearchResultItemGetImageUrl Method
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.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public string GetImageUrl()

Return Value

Type: String
An URL associated with this search item.
See Also