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.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax 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