SearchIndexerGetSearchImageUrl Method |
Returns URL to current search result item.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax public virtual string GetSearchImageUrl(
string id,
string type,
string imageUrl
)
Parameters
- id
- Type: SystemString
ID of the item - type
- Type: SystemString
Type of the index - imageUrl
- Type: SystemString
Image
Return Value
Type:
StringSee Also