Process a directory full of photos

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void ProcessPhotos(
	string sourceDir,
	string destDir,
	string rejectsDir,
	string logDir
)
Visual Basic (Declaration)
Public Sub ProcessPhotos ( _
	sourceDir As String, _
	destDir As String, _
	rejectsDir As String, _
	logDir As String _
)
Visual C++
public:
void ProcessPhotos(
	String^ sourceDir, 
	String^ destDir, 
	String^ rejectsDir, 
	String^ logDir
)

Parameters

sourceDir
Type: System..::.String
Source Directory with photos
destDir
Type: System..::.String
Destination property directory
rejectsDir
Type: System..::.String
Place to store files we cannot process
logDir
Type: System..::.String
Path of photo processing log

See Also