Click or drag to resize
OptInApprovalResultEnum Enumeration
General enumeration for opt-in validation results

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public enum OptInApprovalResultEnum
Members
  Member nameValueDescription
Success0 Represents that subscription was found and successfully approved.
Failed1 Represents that subscription has failed.
NotFound2 Represents that subscription wasn't found.
TimeExceeded3 Represents that subscription interval for approving request has exceeded.
See Also