Click or drag to resize
ForumSubscriptionInfoProviderIsSubscribed Method (String, Int32, Int32)
Returns true if current email is already subscribed to the selected forum, post or subpost.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static bool IsSubscribed(
	string email,
	int forumId,
	int postId
)

Parameters

email
Type: SystemString
Email
forumId
Type: SystemInt32
Forum ID
postId
Type: SystemInt32
Post ID

Return Value

Type: Boolean
See Also