Method to verify physical path for storeing images, it will create folder if it doesn't exists.

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

Syntax

C#
public void VerifyFolderPath(
	string pathtoVerify
)
Visual Basic
Public Sub VerifyFolderPath ( _
	pathtoVerify As String _
)
Visual C++
public:
void VerifyFolderPath(
	String^ pathtoVerify
)

Parameters

pathtoVerify
Type: System..::..String
Full system path to the folder.

See Also