Click or drag to resize
PortalContextSetRequestViewMode Method
Sets current request view mode.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetRequestViewMode(
	ViewModeEnum value
)

Parameters

value
Type: CMS.PortalEngineViewModeEnum
New view mode
See Also