PortalContextIsDesignMode Method |
Returns true if the given mode is considered design mode (with web parts active)
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public static bool IsDesignMode(
ViewModeEnum mode,
bool allowDisabled = true
)
Parameters
- mode
- Type: CMS.PortalEngineViewModeEnum
View mode to check - allowDisabled (Optional)
- Type: SystemBoolean
If true (default), the disabled design view mode is detected as design mode
Return Value
Type:
BooleanSee Also