ApprovalResult Enumeration |
Subscription approval result.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax public enum ApprovalResult
Members
| Member name | Value | Description |
---|
| Success | 0 |
Represents that subscription was found and successfully approved.
|
| Failed | 1 |
Represents that subscription has failed.
|
| NotFound | 2 |
Represents that subscription wasn't found.
|
| TimeExceeded | 3 |
Represents that subscription interval for approving request has exceeded.
|
| AlreadyApproved | 4 |
Represents that subscription is already approved.
|
See Also