Gets or sets the default number of recent posts to display.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int NumberOfRecentPosts{ get; set;}
Public Property NumberOfRecentPosts As Integer
public:
property int NumberOfRecentPosts {
	int get ();
	void set (int value);
}

Field Value

The number of recent posts to display.

See Also