Gets or sets a value indicating if comments moderation is used for posts.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool EnableCommentsModeration{ get; set;}
Public Property EnableCommentsModeration As Boolean
public:
property bool EnableCommentsModeration {
	bool get ();
	void set (bool value);
}

Field Value

true if comments are moderated for posts, otherwise returns false.

See Also