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

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
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: String
See Also