NoDocumentsFoundFormat Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the formatted text displayed when no documents are found.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public string NoDocumentsFoundFormat { get; set; }
Visual Basic
Public Property NoDocumentsFoundFormat As String
	Get
	Set
Visual C++
public:
property String^ NoDocumentsFoundFormat {
	String^ get ();
	void set (String^ value);
}

Field 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