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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.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