Click or drag to resize
WidgetZoneTypeCode Class
Widget zone type code.
Inheritance Hierarchy
SystemObject
  CMS.PortalEngineWidgetZoneTypeCode

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static class WidgetZoneTypeCode

The WidgetZoneTypeCode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDashboard
Dashboard personalization.
Public fieldStatic memberEditor
Editor personalization.
Public fieldStatic memberGroup
Group personalization.
Public fieldStatic memberNone
No personalization.
Public fieldStatic memberUser
User personalization.
Top
Methods
  NameDescription
Public methodStatic memberFromEnum
Returns the widget zone type string from the enumeration value.
Public methodStatic memberToEnum
Returns the enumeration representation of the widget zone type string.
Top
See Also