FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..createFolder Method

Creates the folder.

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

Syntax


bool createFolder(
	string parentFolderPath,
	string folderName,
	out string folderID
)
Function createFolder ( _
	parentFolderPath As String, _
	folderName As String, _
	<OutAttribute> ByRef folderID As String _
) As Boolean
bool^ createFolder(
	String^ parentFolderPath, 
	String^ folderName, 
	[OutAttribute] String^% folderID
)

Parameters

parentFolderPath
Type: String
The parent folder path.
folderName
Type: String
Name of the folder.
folderID
Type: String%
The folder identifier.

Return Value

true if XXXX, false otherwise.