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

Syntax

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

Remarks

Set this to True to load in the current template.

See Also