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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
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 memberGetDefaultValue<TEnum>()
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