Gets or sets the specific document type that optionally restricts the reference type of a source 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 BCDocumentType SourceDocumentType { get; set; }
Visual Basic
Public Property SourceDocumentType As BCDocumentType
	Get
	Set
Visual C++
public:
property BCDocumentType^ SourceDocumentType {
	BCDocumentType^ get ();
	void set (BCDocumentType^ value);
}

Remarks

Both SourceDocumentType and DestinationDocumentType can be restricted to have only specific document types.

See Also