Songbird / Development / Songbird Add-Ons API Documentation

sbIDirectoryImportJob Interface Reference

Represents a recursive directory import operation. Use sbIDirectoryImportService to start a new import job. Use sbIJobProgress to track job status and wait for completion. More...

import "sbIDirectoryImportService.idl";

List of all members.

Public Member Functions

nsISimpleEnumerator enumerateAllItems ()
 Enumerator for sbIMediaItems that were found during this job.

Public Attributes

readonly attribute unsigned
long 
totalAddedToMediaList
 Number of items that were added to the target media list (Note that items may already existed in the library, but not the target list).
readonly attribute unsigned
long 
totalAddedToLibrary
 Number of new (unknown) items that were added to the library.
readonly attribute unsigned
long 
totalDuplicates
 Number of items that already existed in the target library.
readonly attribute sbIMediaList targetMediaList
 Media list receiving found items.
readonly attribute unsigned
long 
targetIndex
 Index into targetMediaList where found items are inserted.


Detailed Description

Represents a recursive directory import operation. Use sbIDirectoryImportService to start a new import job. Use sbIJobProgress to track job status and wait for completion.

See also:
sbIDirectoryImportService, sbIJobProgress

Definition at line 43 of file sbIDirectoryImportService.idl.


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:28:58 2009 for Songbird by  doxygen 1.5.2