Gets a boolean value that indicates whether producers can specify text only template for each Website or not.

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

Syntax

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

See Also