Click or drag to resize
ForumContextCheckSite Method
Checks if current post, forum or group is belong to current site. You have to insert at least one ID other parameters could be zero.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void CheckSite(
	int groupID,
	int forumID,
	int postID
)

Parameters

groupID
Type: SystemInt32
Forum group id object.
forumID
Type: SystemInt32
Forum id object.
postID
Type: SystemInt32
Post id object.
See Also