Returns whether the current tab is in EditMode

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool IsEditMode()
Visual Basic
Public Shared Function IsEditMode As Boolean

Return Value

true if the tab is in Edit mode; otherwise false

Remarks