BCFolderUICopyDocuments Method |
Copies multiple documents/folders into the folder.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void CopyDocuments(
IWin32Window owner,
IEnumerable<string> documentIDs
)
Public Sub CopyDocuments (
owner As IWin32Window,
documentIDs As IEnumerable(Of String)
)
public:
void CopyDocuments(
IWin32Window^ owner,
IEnumerable<String^>^ documentIDs
)
member CopyDocuments :
owner : IWin32Window *
documentIDs : IEnumerable<string> -> unit
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