Comment approval mode. When set to none, no approval is needed; when set to automatic, services like Akismet and Defensio are used; when set to manual, admin must manually approve all comments.

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public CommentApprovalMode ApprovalMode { get; set; }
Visual Basic
Public Property ApprovalMode As CommentApprovalMode
	Get
	Set
Visual C++
public:
property CommentApprovalMode ApprovalMode {
	CommentApprovalMode get ();
	void set (CommentApprovalMode value);
}
F#
member ApprovalMode : CommentApprovalMode with get, set

Property Value

Type: CommentApprovalMode

See Also