Click or drag to resize
BCEdmItemsUIAdd2WorkList Method
Adds document(s) to the specified work list.

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 Add2WorkList(
	IWin32Window owner,
	BCWorkList workList
)

Parameters

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