Gets or sets the manage page haeder flag.

Note: When set to true the editor will manage the SEO-related information in the header (title and keywords). Used in dynamic pages where a single editor contol holds multiple documents (via ContentId property).

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool ManagePageHeader { get; set; }
Visual Basic
Public Property ManagePageHeader As Boolean
	Get
	Set
Visual C++
public:
property bool ManagePageHeader {
	bool get ();
	void set (bool value);
}
F#
member ManagePageHeader : bool with get, set

Property Value

Type: Boolean

See Also