FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createFolder Method

Creates the folder.

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

Syntax


public bool createFolder(
	ref string sFolderID,
	string sFolderName,
	string sFolderDesc,
	folderType oType,
	string sParentFolderID
)
Public Function createFolder ( _
	ByRef sFolderID As String, _
	sFolderName As String, _
	sFolderDesc As String, _
	oType As folderType, _
	sParentFolderID As String _
) As Boolean
public:
bool^ createFolder(
	String^% sFolderID, 
	String^ sFolderName, 
	String^ sFolderDesc, 
	folderType^ oType, 
	String^ sParentFolderID
)

Parameters

sFolderID
Type: String%
The s folder identifier.
sFolderName
Type: String
Name of the s folder.
sFolderDesc
Type: String
The s folder desc.
oType
Type: FlowWright.cDevDeAPI..::..folderType
Type of the o.
sParentFolderID
Type: String
The s parent folder identifier.

Return Value

true if XXXX, false otherwise.