Gets CContent instance to which CContentHtml belongs to.

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

Syntax

C#
public CContent Content { get; }
Visual Basic
Public ReadOnly Property Content As CContent
	Get
Visual C++
public:
property CContent^ Content {
	CContent^ get ();
}

See Also