UltimateSearch Class Library

UltimateSearchOutput.NoDocumentsFoundFormat Property

Gets or sets the formatted text displayed when no documents are found.

[Visual Basic]
Public Property NoDocumentsFoundFormat As String
[C#]
public string NoDocumentsFoundFormat {get; set;}

Property Value

Formatted text displayed when no documents are found. The default value is Your search - <b>[SearchTerms]</b> - did not match any documents..

Remarks

Use this property to set the formatted text displayed when no documents are found.

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace