Method to lookup actual image file by given iMIS file mask

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

Syntax

C#
public string GetImageFile(
	string folderPath,
	string fileNameMask
)
Visual Basic
Public Function GetImageFile ( _
	folderPath As String, _
	fileNameMask As String _
) As String
Visual C++
public:
String^ GetImageFile(
	String^ folderPath, 
	String^ fileNameMask
)

Parameters

folderPath
Type: System..::..String
Folder to lookup
fileNameMask
Type: System..::..String
File Mask

Return Value

Image FIle Name or Empty String if no file found

See Also