Gets a string that will be used as a unique ID for the revision page.

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

Syntax

C#
public string GetRevisionPath()
Visual Basic
Public Function GetRevisionPath As String
Visual C++
public:
String^ GetRevisionPath()
F#
member GetRevisionPath : unit -> string 

Return Value

Type: String
Personalization path suffixed by "|revision"

See Also