Click or drag to resize
ViewModeCodeFromString Method
Gets the view mode enumeration from the given string

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

Parameters

mode
Type: SystemString
String mode to convert

Return Value

Type: ViewModeEnum
See Also