EnumDataContainer Constructor |
Creates new instance of enum container.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public EnumDataContainer(
Type enumType
)
Parameters
- enumType
- Type: SystemType
Type of the enum
See Also