Gets or sets the initial workflow state after a document is derived.

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 DocumentWorkflowFlags InitialWFStateAfterDerive { get; set; }
Visual Basic
Public Property InitialWFStateAfterDerive As DocumentWorkflowFlags
	Get
	Set
Visual C++
public:
property DocumentWorkflowFlags InitialWFStateAfterDerive {
	DocumentWorkflowFlags get ();
	void set (DocumentWorkflowFlags value);
}

See Also