DocumentSearchIndexerGetSearchImageUrl Method |
Returns URL to current search result item.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public override 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:
StringSee Also