Click or drag to resize
BlogPostSubscriptionInfoProviderValidateHash Method
Validates request hash and checks if request was approved in needed interval.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static OptInApprovalResultEnum ValidateHash(
	BlogPostSubscriptionInfo bpsi,
	string requestHash,
	string siteName,
	DateTime datetime
)

Parameters

bpsi
Type: CMS.BlogsBlogPostSubscriptionInfo
Blog post subscription info.
requestHash
Type: SystemString
Hash parameter representing specific subscription
siteName
Type: SystemString
Site name.
datetime
Type: SystemDateTime
Date and time of request.

Return Value

Type: OptInApprovalResultEnum
See Also