BCEdmItemsUI Add2Selection Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Adds document(s) to the specified selection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: 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: OnlineSystem.Windows.Forms IWin32Window
Any object that implements OnlineIWin32Window 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