FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeItem Method

Removes the item.

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

Syntax


public bool removeItem(
	string itemID,
	folderType sFolderType
)
Public Function removeItem ( _
	itemID As String, _
	sFolderType As folderType _
) As Boolean
public:
bool^ removeItem(
	String^ itemID, 
	folderType^ sFolderType
)

Parameters

itemID
Type: String
The item identifier.
sFolderType
Type: FlowWright.cDevDeAPI..::..folderType
Type of the s folder.

Return Value

true if XXXX, false otherwise.