Gets or sets if news module should show short content. Note: If set to False full news content will be displayed.

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

Syntax

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

Property Value

Type: Boolean

See Also