HistoryOrientedPageSession.BackPage Method

Navigates back to the previous page within the current application.

Syntax

public bool BackPage();

Return Value

System.Boolean.  It is true if the method succeeds, and false if it fails.

Remarks

If Windows Media Center is currently on the first page of the application, this method does nothing and returns false. To close the application and navigate back to Windows Media Center, use the ApplicationContext.CloseApplication method.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also