Gets or sets if news module should show full category pathway.

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

Syntax

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

Property Value

Type: Boolean

See Also