| ViewModeCode Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.PortalEngine
 Syntax
Syntaxpublic static class ViewModeCode
The ViewModeCode type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | FromEnum | 
            Returns the page mode code from the enumeration value.
             | 
|   | FromString | 
            Gets the view mode enumeration from the given string
             | 
|   | GetPageEnumFromString | 
            Gets the view mode enumeration from the string value. Supports only page view modes
             | 
|   | IsSubsetOfEditMode | 
            Returns TRUE if given mode is subset of 'Edit' mode.
             | 
|   | ToEnum | 
            Returns the enumeration representation of the Page mode code.
             | 
 See Also
See Also