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