EmailHashServiceValidateEmailHash Method |
Validates given hash against emailAddress.
Namespace: CMS.Newsletters.InternalAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax public bool ValidateEmailHash(
string hash,
string emailAddress
)
Parameters
- hash
- Type: SystemString
Hash to be validated - emailAddress
- Type: SystemString
Email address tracked link is sent to
Return Value
Type:
BooleanTrue, if given
hash is valid; otherwise, false
Implements
IEmailHashValidatorValidateEmailHash(String, String)Exceptions Exception | Condition |
---|
ArgumentNullException | hash |
ArgumentNullException | emailAddress |
See Also