Table of Contents

Class EmailChannelUIPermissions

Namespace
CMS.EmailLibrary
Assembly
CMS.EmailMarketing.dll

UI permission names for the email channels.

public sealed class EmailChannelUIPermissions
Inheritance
object
EmailChannelUIPermissions
Extension Methods

Constructors

EmailChannelUIPermissions()

public EmailChannelUIPermissions()

Fields

OVERRIDE_CONTENT_LOCK

Identifier of a permission allowing the user to override an existing content lock held by another user.

public const string OVERRIDE_CONTENT_LOCK = "OverrideContentLock"

Field Value

string

SEND_EMAIL

Identifier of a permission allowing the user to send emails.

public const string SEND_EMAIL = "SendEmail"

Field Value

string