Gets a boolean value that determines what section to pass to a template when loading a content from content folder. If it's set to True, current section is passed.

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

Syntax

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

Remarks

Set this to true to pass current section. Set this to false to pass section specified in Content Manager.

See Also