FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..getSubFolders Method

Gets the sub folders.

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

Syntax


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

Parameters

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

Return Value

List<clsDEFolder>.