Returns true if this page is under revision, false othervise.

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

Syntax

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

Property Value

Type: Boolean

See Also