BCFolderUICopyDocuments Method  | 
 
            Copies multiple documents/folders into the folder.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Client
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void CopyDocuments(
	IWin32Window owner,
	IEnumerable<string> documentIDs
)
Public Sub CopyDocuments ( 
	owner As IWin32Window,
	documentIDs As IEnumerable(Of String)
)
Parameters
- owner
 - Type: System.Windows.FormsIWin32Window
            Any object that implements the IWin32Window interface 
            that represents the top-level window that will own the modal dialog box.
             - documentIDs
 - Type: System.Collections.GenericIEnumerableString
The collection of document ID property values to copy. 
Remarks
            New document wizards are also displayed if there are custom wizard pages 
            for a selected document type. 
            
 
            Selected folders are imported recursively depending on options 
            defined with SetOptions(ItemOptionFlags) method.
            
See Also