Gets or sets a virtual page path for file gallery filter results.

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

Syntax

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

Property Value

Type: String

See Also