Gets or sets the option of using a WYSIWYG editor or a simple text box when editing HTML CContent.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool UseWysiwigEditor { get; set; }
Visual Basic
Public Property UseWysiwigEditor As Boolean
	Get
	Set
Visual C++
public:
property bool UseWysiwigEditor {
	bool get ();
	void set (bool value);
}

See Also