Click or drag to resize
ViewModeCodeGetPageEnumFromString Method
Gets the view mode enumeration from the string value. Supports only page view modes

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static ViewModeEnum GetPageEnumFromString(
	string viewMode
)

Parameters

viewMode
Type: SystemString
View mode

Return Value

Type: ViewModeEnum
See Also