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.40.0)

Syntax

C#
public void Add2Selection(
	IWin32Window owner,
	BCSelection selection
)
Visual Basic
Public Sub Add2Selection ( _
	owner As IWin32Window, _
	selection As BCSelection _
)
Visual C++
public:
void Add2Selection(
	IWin32Window^ owner, 
	BCSelection^ selection
)

Parameters

owner
Type: System.Windows.Forms..::..IWin32Window
Any object that implements IWin32Window 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