Gets or sets a value indicating whether to retain revision(s) created in the workflow state after the end of 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 bool RetainRevisionsAfterWorkflowEnds { get; set; }
Visual Basic
Public Property RetainRevisionsAfterWorkflowEnds As Boolean
	Get
	Set
Visual C++
public:
property bool RetainRevisionsAfterWorkflowEnds {
	bool get ();
	void set (bool value);
}

See Also