Returns or sets the page revision status (page revision is ended by the "Approve changes" button in the admin taskbar).

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

Syntax

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

Property Value

Type: Boolean

See Also