[This is preliminary documentation and is subject to change.]

The ImageImporter type exposes the following members.

Constructors

  NameDescription
Public methodImageImporter
Empty Constructor.

Methods

  NameDescription
Public methodlookThroughInbox
lookThroughInbox looks through the the directory specified by the combination of hardCodedDirectoryPath and imgInboxString. It creates a list of the of the image paths and stores them in lolCatFilePaths, but only if they end in .jpg, .gif, or .png!.

Remarks

If the app does not appear to be loading images to the database, make sure that these directories are set correctly, the imageImporter might be pointed to the wrong location.

Properties

  NameDescription
Public propertyStatic memberFullPathToImageDirectory
Public propertyLolCatFilePaths
An enumeration of all the filepaths that the importer knows about.
Public propertyNewPics
A new pics property- this determines if any new pictures were found by the image importer.

See Also