Gets a boolean value indicating whether this content has CContentHtml.

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

Syntax

C#
public bool HasContentHtml { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasContentHtml As Boolean
Visual C++
public:
property bool HasContentHtml {
	bool get ();
}

See Also