Releases the document from the 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 SetStateToReleased(
	string message
)
Visual Basic
Public Sub SetStateToReleased ( _
	message As String _
)
Visual C++
public:
void SetStateToReleased(
	String^ message
)

Parameters

message
Type: System..::..String
The text message that will be appended to the document log.

See Also