Revokes the document from workflow.

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 RevokeWorkflow(
	string comment
)
Visual Basic
Public Sub RevokeWorkflow ( _
	comment As String _
)
Visual C++
public:
void RevokeWorkflow(
	String^ comment
)

Parameters

comment
Type: System..::..String
The text message of a comment.

See Also