BCEdmItemsUIAdd2Selection Method |
Adds document(s) to the specified selection.
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 Add2Selection(
IWin32Window owner,
BCSelection selection
)
Public Sub Add2Selection (
owner As IWin32Window,
selection As BCSelection
)
public:
void Add2Selection(
IWin32Window^ owner,
BCSelection^ selection
)
member Add2Selection :
owner : IWin32Window *
selection : BCSelection -> unit
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