Gets or sets whether or not the content should be validated against the specified schemas.

Namespace:  Endeca.Web.Content.UI
Assembly:  Endeca.Web.Content (in Endeca.Web.Content.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
[DefaultValueAttribute(false)]
public bool ContentValidation { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property ContentValidation As Boolean
Visual C++
[DefaultValueAttribute(false)]
public:
property bool ContentValidation {
	bool get ();
	void set (bool value);
}

See Also