Share via


CreateFileListHelper.Reset Method

Informs the list application that the user has reset the list of items.

Syntax

  public void Reset(
  bool  
  resetCapacity
  ,
  bool  
  resetConfig
  
);

Parameters

resetCapacity

System.Boolean.  If true, resets the capacity of the list of items, and false otherwise.

resetConfig

System.Boolean.  If true, resets the configuration of the list of items, and false otherwise.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also