Creates photo bcp file 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 string CreatePhotoFileForMLS(
	int mlsId,
	string bcpDirPath
)
Visual Basic (Declaration)
Public Function CreatePhotoFileForMLS ( _
	mlsId As Integer, _
	bcpDirPath As String _
) As String
Visual C++
public:
String^ CreatePhotoFileForMLS(
	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.CreatePhotoFileForMLS(System.Int32,System.String)"]

See Also