Default group page name. If empty, all URLs are resolved to the current page. If not empty, it used used to replace {PageName} placeholder in all URLs.

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

Syntax

C#
public string DefaultPageName { get; set; }
Visual Basic
Public Property DefaultPageName As String
	Get
	Set
Visual C++
public:
property String^ DefaultPageName {
	String^ get ();
	void set (String^ value);
}
F#
member DefaultPageName : string with get, set

Property Value

Type: String

See Also