Class ChannelConstants
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Contains constants related to channels.
public static class ChannelConstants
- Inheritance
-
objectChannelConstants
Fields
CHANNEL_REFERENCE_DATA_ATTRIBUTE_NAME
Name of the channel GUID reference data attribute.
public const string CHANNEL_REFERENCE_DATA_ATTRIBUTE_NAME = "data-channel-guid"
Field Value
- string
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