Context information such as the type of module that initiated the search can be stored here.

Remarks

This is key-value pair, e.g. "SearchSource","SiteSearch"

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IDictionary<string, string> SearchContext { get; set; }
Visual Basic
Public Property SearchContext As IDictionary(Of String, String)
	Get
	Set

See Also