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.2.0

Syntax

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

See Also