FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addItemToFolder Method

Adds the item to folder.

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

Syntax


public bool addItemToFolder(
	folderType oType,
	string sFolderID,
	string sItemID
)
Public Function addItemToFolder ( _
	oType As folderType, _
	sFolderID As String, _
	sItemID As String _
) As Boolean
public:
bool^ addItemToFolder(
	folderType^ oType, 
	String^ sFolderID, 
	String^ sItemID
)

Parameters

oType
Type: FlowWright.cDevDeAPI..::..folderType
Type of the o.
sFolderID
Type: String
The s folder identifier.
sItemID
Type: String
The s item identifier.

Return Value

true if XXXX, false otherwise.