FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..getFiles Method

Gets the files.

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

Syntax


List<clsDEFile> getFiles(
	string folderPath,
	bool recursive
)
Function getFiles ( _
	folderPath As String, _
	recursive As Boolean _
) As List(Of clsDEFile)
List<clsDEFile^>^ getFiles(
	String^ folderPath, 
	bool^ recursive
)

Parameters

folderPath
Type: String
The folder path.
recursive
Type: Boolean
if set to true [recursive].

Return Value

List<clsDEFile>.