Gets or sets the destination folder to which the object is copied. Can be changed or set to nullNothingnullptra null reference (Nothing in Visual Basic) to prevent the document to copy and reuse it as a reference for NewParent.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCFolder Destination { get; set; }
Visual Basic
Public Property Destination As BCFolder
	Get
	Set
Visual C++
public:
property BCFolder^ Destination {
	BCFolder^ get ();
	void set (BCFolder^ value);
}

See Also