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

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

Parameters

mode
Type: CMS.PortalEngineViewModeEnum

Return Value

Type: Boolean
See Also