Click or drag to resize
ViewModeCodeFromEnum Method
Returns the page mode code from the enumeration value.

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

Parameters

value
Type: CMS.PortalEngineViewModeEnum
Value to convert

Return Value

Type: Int32
See Also