deDesign..::..addItemToFolder Method
Adds the item to folder.
Namespace:
FlowWright.cDevDeAPIAssembly: 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.