Click or drag to resize
EnumHelper Class
Provides helper methods for working with the Enum types.
Inheritance Hierarchy
SystemObject
  CMS.HelpersEnumHelper

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

The EnumHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDefaultValue(Type)
Gets the default value fo the specified enum type.
Public methodStatic memberGetDefaultValueTEnum
Gets the default value fo the specified enum type.
Public methodStatic memberGetEnumsByCategories
Gets enums with category attribute, which have given category name.
Top
See Also