Adds document(s) to the specified selection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public void Add2Selection( IWin32Window owner, BCSelection selection )
Parameters
- owner
- Type:
System.Windows.Forms IWin32Window
Any object that implementsIWin32Window that represents the top-level window that will own the modal dialog box.
- selection
- Type: BlueCieloECM.InnoCielo.Meridian.Server BCSelection
The selection to which to add the document(s).
See Also