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";
Public Member Functions | |
nsISimpleEnumerator | enumerateAllItems () |
Enumerator for sbIMediaItems that were found during this job. More... | |
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) More... | |
readonly attribute unsigned long | totalAddedToLibrary |
Number of new (unknown) items that were added to the library. More... | |
readonly attribute unsigned long | totalDuplicates |
Number of items that already existed in the target library. More... | |
readonly attribute sbIMediaList | targetMediaList |
Media list receiving found items. More... | |
readonly attribute unsigned long | targetIndex |
Index into targetMediaList where found items are inserted. More... | |
Represents a recursive directory import operation. Use sbIDirectoryImportService to start a new import job. Use sbIJobProgress to track job status and wait for completion.
Definition at line 45 of file sbIDirectoryImportService.idl.
nsISimpleEnumerator sbIDirectoryImportJob::enumerateAllItems | ( | ) |
Enumerator for sbIMediaItems that were found during this job.
readonly attribute unsigned long sbIDirectoryImportJob::targetIndex |
Index into targetMediaList where found items are inserted.
Definition at line 78 of file sbIDirectoryImportService.idl.
readonly attribute sbIMediaList sbIDirectoryImportJob::targetMediaList |
Media list receiving found items.
Definition at line 73 of file sbIDirectoryImportService.idl.
readonly attribute unsigned long sbIDirectoryImportJob::totalAddedToLibrary |
Number of new (unknown) items that were added to the library.
Definition at line 57 of file sbIDirectoryImportService.idl.
readonly attribute unsigned long sbIDirectoryImportJob::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)
Definition at line 52 of file sbIDirectoryImportService.idl.
readonly attribute unsigned long sbIDirectoryImportJob::totalDuplicates |
Number of items that already existed in the target library.
Definition at line 62 of file sbIDirectoryImportService.idl.