ISandcastle ProjectSearch Results Display Version Property
This is used to get or set the display version shown below entries in the search results pane in the
help viewer application.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not set, a display version will not be shown for topics in the search results pane
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string SearchResultsDisplayVersion { get; set; }VB
Property SearchResultsDisplayVersion As String
Get
SetC++
property String^ SearchResultsDisplayVersion {
String^ get ();
void set (String^ value);
}F#
abstract SearchResultsDisplayVersion : string with get, setProperty Value
StringIf not set, a display version will not be shown for topics in the search results pane
Remarks
If set, this typically refers to the SDK name and version or the module in which the member
resides to help differentiate it from other entries with the same title in the search results.