Moves a document to the specified work list.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void MoveDocumentToWorklist(
	BCWorkList destWorklist,
	string message
)
Visual Basic
Public Sub MoveDocumentToWorklist ( _
	destWorklist As BCWorkList, _
	message As String _
)
Visual C++
public:
void MoveDocumentToWorklist(
	BCWorkList^ destWorklist, 
	String^ message
)

Parameters

destWorklist
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkList
The destination work list where to move.
message
Type: System..::..String
The text of a message.

Remarks

Both target and source work lists should be on the same level (should have the same parent context). It will not be possible to move document that are not on work list now.

The function will do nothing if the source and target context is the same.

If WIM=OFF for the current context, the function will fail. The function will fail also if the document is not under revision.

See Also