Gets a boolean value indicating whether to load a linked content in the current template or in the template specified in Content Manager.

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

Syntax

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

Remarks

Set this to True to load in the current template.

See Also