Click or drag to resize
ForumSubscriptionInfoProviderIsSubscribed Method (Int32, Int32, Int32)
Returns true if current user 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(
	int userId,
	int forumId,
	int postId
)

Parameters

userId
Type: SystemInt32
User ID
forumId
Type: SystemInt32
Forum ID
postId
Type: SystemInt32
Post ID

Return Value

Type: Boolean
See Also