FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addItemsToFolder Method

Adds the items to folder.

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

Syntax


public bool addItemsToFolder(
	folderType oType,
	string sFolderID,
	params string[] sItemIDs
)
Public Function addItemsToFolder ( _
	oType As folderType, _
	sFolderID As String, _
	ParamArray sItemIDs As String() _
) As Boolean
public:
bool^ addItemsToFolder(
	folderType^ oType, 
	String^ sFolderID, 
	... array<String^>^ sItemIDs
)

Parameters

oType
Type: FlowWright.cDevDeAPI..::..folderType
Type of the o.
sFolderID
Type: String
The s folder identifier.
sItemIDs
Type: array<String>[]()[][]
The s item i ds.

Return Value

true if XXXX, false otherwise.