MaxUrlLength Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the maximum number of characters displayed in url.

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

Syntax

C#
public int MaxUrlLength { get; set; }
Visual Basic
Public Property MaxUrlLength As Integer
	Get
	Set
Visual C++
public:
property int MaxUrlLength {
	int get ();
	void set (int value);
}

Field Value

Maximum number of characters displayed in url. The default value is 100.

Remarks

Use this property to set the maximum number of characters displayed in url.

See Also