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

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

Parameters

bsi
Type: CMS.MessageBoardsBoardSubscriptionInfo
Board 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