| ViewModeCodeFromString Method  | 
            Gets the view mode enumeration from the given string
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxpublic static ViewModeEnum FromString(
	string mode
)
Parameters
- mode
 - Type: SystemString
String mode to convert 
Return Value
Type: 
ViewModeEnum
See Also