Click or drag to resize
CMSDialogHelperGetDialogViewMode Method (String)
Returns dialog view mode enumeration from its string representation.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static DialogViewModeEnum GetDialogViewMode(
	string viewMode
)

Parameters

viewMode
Type: SystemString
Dialog view mode string representation

Return Value

Type: DialogViewModeEnum
See Also