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

Remarks

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

See Also