The PhotoProcessor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddFileToProcessingQueue |
Adds a file into the processing queue
| |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LoadSettingsFromDB |
Load processing settings for mls from db.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ProcessArchiveFiles |
Process archive files matching a given filter and given paths
| |
| ProcessArchiveFilesByMLSID |
Process archive files using settings from given mls
| |
| ProcessArchiveFilesByMLSIDWithFilter |
Process archive files matching a given filter using settings from given mls
| |
| ProcessPhotos |
Process a directory full of photos
| |
| ProcessPhotosByMLSID |
Process photos for and MLS
| |
| SetDBInfo |
Set up the Photo Processor to use given db server and dbname
| |
| StartProcessingQueue |
Start a processing queue up with given directories
| |
| StartProcessingQueueByMLSID |
Start a processing queue up for a given mlsid
| |
| StopProcessingQueue |
Stops the photo processing
| |
| ToString | (Inherited from Object.) | |
| WritePhotoRenameList |
Tests out what the files would be renamed to without processing photos.
|