Share via


IListMakerApp.IsOrderImportant Property

Gets a value that indicates whether the user should be allowed to control the order of the files in the list.

Syntax

public bool IsOrderImportant {get;}

Property Value

System.Boolean. It is true if the user should be allowed to control the order, and false otherwise.

This property is read-only.

Remarks

Windows Media Center uses this property to determine whether to display up-down arrows that enable the user to control the file order. Typically, the user should be allowed to control the order of files in an audio playlist.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also