ForumPostInfoReject Method (Boolean) |
Rejects this post and optionally all its sub-posts.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax public void Reject(
bool withSubtree
)
Parameters
- withSubtree
- Type: SystemBoolean
If set to true all sub-posts of this post are rejected too
See Also