Gets or sets the workflow type that is preferable for the document type.

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

See Also