Gets or sets a template that defines what is displayed when a tag cloud has no tags.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[BrowsableAttribute(false)]
public ITemplate EmptyTemplate { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property EmptyTemplate As ITemplate
Visual C++
[BrowsableAttribute(false)]
public:
property ITemplate^ EmptyTemplate {
	ITemplate^ get ();
	void set (ITemplate^ value);
}

Remarks

By default, the template looks like: In other words, it is empty

See Also