Click or drag to resize
SearchIndexerGetSearchImageUrl Method
Returns URL to current search result item.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public virtual string GetSearchImageUrl(
	string id,
	string type,
	string image
)

Parameters

id
Type: SystemString
ID of the item
type
Type: SystemString
Type of the index
image
Type: SystemString
Image

Return Value

Type: String
See Also