Click or drag to resize
ForumActionType Enumeration
Forum action type.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public enum ForumActionType
Members
  Member nameValueDescription
NewThread0 NewThread.
Delete1 Delete.
Edit2 Edit.
Reply3 Reply.
Quote4 Quote.
SubscribeToPost5 SubscribeToPost.
SubscribeToForum6
Attachment7 Attachment.
Appprove8 Appprove.
ApproveAll9 ApproveAll.
Reject10 Reject.
RejectAll11 RejectAll.
LockForum12 LockForum.
UnlockForum13 UnlockForum.
LockThread14 LockThread.
UnlockThread15 UnlockThread.
StickThread16 StickThread.
UnstickThread17 UnstickThread.
MoveStickyThreadUp18 MoveStickyThreadUp.
MoveStickyThreadDown19 MoveStickyThreadDown.
IsAnswer20 IsAnswer.
IsNotAnswer21 IsNotAnswer.
Forum22 Forum.
Thread23 Thread.
SplitThread24 SplitThread.
MoveToTheOtherForum25 MoveToTheOtherForum.
AddPostToFavorites26 AddPostToFavorites.
AddForumToFavorites27 AddForumToFavorites.
Badge28 Badge.
ForumGroup29 Forum Group.
Unknown30 Unknown.
See Also