Method to create image file for given IMIS ID and file name mask. This method will delete any other files for given iMIS user.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public void CreateImageFile(
	string imisId,
	string fileName,
	string filePath
)
Visual Basic
Public Sub CreateImageFile ( _
	imisId As String, _
	fileName As String, _
	filePath As String _
)
Visual C++
public:
void CreateImageFile(
	String^ imisId, 
	String^ fileName, 
	String^ filePath
)

Parameters

imisId
Type: System..::..String
iMIS ID
fileName
Type: System..::..String
The New Name of the File to create (Without Extension)
filePath
Type: System..::..String
Windows FOlder

See Also