Create a photo processing object. Then load processing settings for mls from db.

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

Syntax

C#
public PhotoProcessor(
	int mlsid
)
Visual Basic (Declaration)
Public Sub New ( _
	mlsid As Integer _
)
Visual C++
public:
PhotoProcessor(
	int mlsid
)

Parameters

mlsid
Type: System..::.Int32
MLSID of the mls to process photos for

See Also