FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeTempImages Method

Removes the temporary images.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static bool removeTempImages(
	string sImgFilesPath,
	DateTime oRemoveFromDate
)
Public Shared Function removeTempImages ( _
	sImgFilesPath As String, _
	oRemoveFromDate As DateTime _
) As Boolean
public:
static bool^ removeTempImages(
	String^ sImgFilesPath, 
	DateTime^ oRemoveFromDate
)

Parameters

sImgFilesPath
Type: String
The s img files path.
oRemoveFromDate
Type: DateTime
The o remove from date.

Return Value

true if XXXX, false otherwise.