setting to control where the control panel is loaded by the core and allowed to control it's own visibility. this is useful when the control panel needs to be visible for all users regardless of edit page/module permissions. it's also for backwards compatibility, prior to 7.2 the control panel was always loaded.

Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool AllowControlPanelToDetermineVisibility { get; }
Visual Basic
Public Shared ReadOnly Property AllowControlPanelToDetermineVisibility As Boolean
	Get

See Also