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

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.

Namespace: DataImporters
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void lookThroughInbox()
Visual Basic
Public Sub lookThroughInbox
Visual C++
public:
void lookThroughInbox()

See Also