FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeDocuments Method

Removes the documents.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.