Click or drag to resize
BCFolderUIImportFiles Method (IWin32Window, IEnumerableString, String)
Imports multiple files/folders from file system into the folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void ImportFiles(
	IWin32Window owner,
	IEnumerable<string> filePaths,
	string selectionID
)

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.
filePaths
Type: System.Collections.GenericIEnumerableString
The collection of file/folder paths to import from.
selectionID
Type: SystemString
The ID property value of a selection where imported documents will be placed.
Remarks

The content of the new documents is imported from related files. For each new document created, a dialog is displayed to select the document type if there are multiple related document types.

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