MediaCollectionItem.AllowPrevious Property
Gets a value that indicates whether the user is allowed to go back to the previous item in the media collection during playback of the current item.
Syntax
public override bool AllowPrevious {get;}
Property Value
System.Boolean. If true, the user is allowed to go back to the previous item during playback of the current item; otherwise, false.
This property is read-only.
Requirements
Reference: Microsoft.MediaCenter
Namespace: Microsoft.MediaCenter
Assembly: Microsoft.MediaCenter.dll
Platform: Windows 7
See Also