BCVersionableMoveDocumentToWorklist Method  | 
 
            Moves a document to the specified work list.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void MoveDocumentToWorklist(
	BCWorkList destWorklist,
	string message
)
Public Sub MoveDocumentToWorklist ( 
	destWorklist As BCWorkList,
	message As String
)
Parameters
- destWorklist
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkList
The destination work list where to move. - message
 - Type: SystemString
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