PageId Enumeration

Contains the identifiers (GUIDs) of various locations (pages) within the Windows Media Center user interface. An application uses these identifiers to specify the destination page when calling the MediaCenterEnvironment.NavigateToPage method.

Syntax

public enum PageId

The PageId enumeration exposes the following constants, which correspond to a feature within Windows Media Center:

Constant Feature
ExtensibilityUrl Hosted HTML application
FMRadio Radio
InternetRadio Radio
LiveTV Live TV
ManageDisks Manage Discs
MorePrograms Extras Library
MovieLibrary Movies
MusicAlbums Albums
MusicArtists Artists
MusicSongs Songs
MyMusic Music Library
MyPictures Picture Library
MyTV Recorded TV
MyVideos Video Library
PhotoDetails Picture Details
RecordedTV Recorded TV
RecorderStorageSettings Recorder Storage
ScheduledTVRecordings Scheduled
Slideshow Picture Slide Show
SlideshowSettings Pictures Settings
Start Start
TVGuide Guide
Visualizations Visualizations
WebAddIn Windows Media Center Presentation Layer application

See Also