BCPs a photo file into the database

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

Syntax

C#
public bool BCPPhotoFile(
	string photoFile
)
Visual Basic (Declaration)
Public Function BCPPhotoFile ( _
	photoFile As String _
) As Boolean
Visual C++
public:
bool BCPPhotoFile(
	String^ photoFile
)

Parameters

photoFile
Type: System..::.String
Path to the bcp file

Return Value

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

See Also