SortableList.GetItemState Method

Gets the state of the list item.

Syntax

  public ListItemState GetItemState(
  int  index
);

Parameters

index

System.Int32.  The index of the list item.

Return Value

Microsoft.MediaCenter.DataAccess.ListItemState.  The state of the list item.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also