Gets the document (the source) referenced by the child files before the copy is made. nullNothingnullptra null reference (Nothing in Visual Basic) for assembly root document.

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

See Also