SandcastleProjectSearchResultsDisplayVersion Property
This is used to get or set the display version shown below entries in the search results pane in the
help viewer application.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string SearchResultsDisplayVersion { get; set; }
Public Property SearchResultsDisplayVersion As String
Get
Set
public:
property String^ SearchResultsDisplayVersion {
String^ get ();
void set (String^ value);
}
member SearchResultsDisplayVersion : string with get, set
Property Value
StringIf not set, a display version will not be shown for topics in the search results pane
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.