Class ChannelConstants
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Contains constants related to channels.
public static class ChannelConstants
- Inheritance
-
objectChannelConstants
Fields
EMAIL_MICROCHANNEL_LIMIT
Maximum amount of items in the email microchannel.
public const int EMAIL_MICROCHANNEL_LIMIT = 5
Field Value
- int
MICROCHANNEL_LIMIT
Maximum amount of items in the website or headless microchannel.
public const int MICROCHANNEL_LIMIT = 20
Field Value
- int
STANDARD_CHANNEL_LIMIT
Represents an unlimited amount of items, used in standard channels.
public const int STANDARD_CHANNEL_LIMIT = -1
Field Value
- int