CMSDialogHelperGetDialogViewMode Method (String) |
Returns dialog view mode enumeration from its string representation.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public static DialogViewModeEnum GetDialogViewMode(
string viewMode
)
Parameters
- viewMode
- Type: SystemString
Dialog view mode string representation
Return Value
Type:
DialogViewModeEnumSee Also