Gets or sets a value indicating if the full post is displayed in lists or only the description/exerpt.

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

Syntax

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

See Also