Creates a new revision for the document.

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

Parameters

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

See Also