Creates BCP file from photos
Namespace:
HS.Sys.TheEnterprise.Common.LaserbearAssembly: Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public string CreatePhotoFileIncremental( string basePath, int mlsId, string mlsName, string imageBaseURL, int segmentFolderLength, string bcpDirPath ) |
| Visual Basic (Declaration) |
|---|
Public Function CreatePhotoFileIncremental ( _ basePath As String, _ mlsId As Integer, _ mlsName As String, _ imageBaseURL As String, _ segmentFolderLength As Integer, _ bcpDirPath As String _ ) As String |
| Visual C++ |
|---|
public: String^ CreatePhotoFileIncremental( String^ basePath, int mlsId, String^ mlsName, String^ imageBaseURL, int segmentFolderLength, String^ bcpDirPath ) |
Parameters
- basePath
- Type: System..::.String
Base path to images
- mlsId
- Type: System..::.Int32
ID of the MLS
- mlsName
- Type: System..::.String
Name of the MLS
- imageBaseURL
- Type: System..::.String
Base URL for the photos
- segmentFolderLength
- Type: System..::.Int32
Length of the segmented folders
- bcpDirPath
- Type: System..::.String
Path to write the BCP to