deIDFSStorageConnector..::..createFolder Method
Creates the folder.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
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.