FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getChildFolder Method

Gets the child folder.

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

Syntax


public DataTable getChildFolder(
	string sParentFolderID,
	bool isRecursive
)
Public Function getChildFolder ( _
	sParentFolderID As String, _
	isRecursive As Boolean _
) As DataTable
public:
DataTable^ getChildFolder(
	String^ sParentFolderID, 
	bool^ isRecursive
)

Parameters

sParentFolderID
Type: String
The s parent folder identifier.
isRecursive
Type: Boolean

Return Value

DataTable.