FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasFolderExists Method

Determines whether [has folder exists] [the specified folder identifier].

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

Syntax


public bool hasFolderExists(
	string folderID,
	string parentFolderID
)
Public Function hasFolderExists ( _
	folderID As String, _
	parentFolderID As String _
) As Boolean
public:
bool^ hasFolderExists(
	String^ folderID, 
	String^ parentFolderID
)

Parameters

folderID
Type: String
The folder identifier.
parentFolderID
Type: String
The parent folder identifier.

Return Value

true if [has folder exists] [the specified folder identifier]; otherwise, false.