MediaCenterEnvironment.CreateFileList Method

Starts a list of media items for CD/DVD recording applications to Windows Media Center.

Syntax

  public void CreateFileList(
  ICreateFileListHelper  createFileListHelper,
  InitialListType  initialListType
);

Parameters

createFileListHelper

Microsoft.MediaCenter.ListMaker.ICreateFileListHelper.  A delegate used to handle recording operations.

initialListType

Microsoft.MediaCenter.ListMaker.InitialListType.  An enumeration type that indicates the type of list to start with.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also