Click or drag to resize
BCEdmItemsUIAdd2Selection Method
Adds document(s) to the specified selection.

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 Add2Selection(
	IWin32Window owner,
	BCSelection selection
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
selection
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCSelection
The selection to which to add the document(s).
See Also