HashValidationResult Enumeration |
Namespace: CMS.Newsletters
public enum HashValidationResult
Member name | Value | Description | |
---|---|---|---|
Success | 0 | Represents that hash was successfully approved. | |
Failed | 1 | Hash did not pass security validation. | |
NotFound | 2 | Subscription wasn't found. | |
TimeExceeded | 3 | Interval for hash validation has exceeded. |