Property that holds the ID of the file view page that is used to display full size files.

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

Syntax

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

Property Value

Type: Guid

See Also