Creates photo bcp file and imports it into the database for a given mlsid

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

Syntax

C#
public bool ImportPhotosForMLS(
	int mlsId,
	string bcpDirPath
)
Visual Basic (Declaration)
Public Function ImportPhotosForMLS ( _
	mlsId As Integer, _
	bcpDirPath As String _
) As Boolean
Visual C++
public:
bool ImportPhotosForMLS(
	int mlsId, 
	String^ bcpDirPath
)

Parameters

mlsId
Type: System..::.Int32
ID of the MLS
bcpDirPath
Type: System..::.String
Path to write the BCP to

Return Value

[Missing <returns> documentation for "M:HS.Sys.TheEnterprise.Common.Laserbear.PhotoImport.ImportPhotosForMLS(System.Int32,System.String)"]

See Also