Gets a boolean value indicating whether this content has CContentHtml.

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

Syntax

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

See Also