Click or drag to resize
ForumPostInfoReject Method (Boolean)
Rejects this post and optionally all its sub-posts.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax
C#
public void Reject(
	bool withSubtree
)

Parameters

withSubtree
Type: SystemBoolean
If set to true all sub-posts of this post are rejected too
See Also