Context information such as the type of module that initiated the search can be stored here.
Namespace: DotNetNuke.Services.Search.Entities
Remarks
This is key-value pair, e.g. "SearchSource","SiteSearch"
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 |