Click or drag to resize
PortalContextIsPortalMode Method
Returns true if the given mode is mode displaying the document.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static bool IsPortalMode(
	ViewModeEnum mode
)

Parameters

mode
Type: CMS.PortalEngineViewModeEnum

Return Value

Type: Boolean
See Also