Uses Pretty Photo functionality instead of redirecting to a file preview page.

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

Syntax

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

Property Value

Type: Boolean

See Also