Click or drag to resize
ForumGroupInfoProviderDoubleOptInInterval Method
Gets double opt-in interval for the site. It's time interval in hours within which user has to approve her subscription.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static int DoubleOptInInterval(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Int32
See Also