Click or drag to resize
CancelCopyWithReferencesEventArgs Constructor (BCDocument, BCDocument, BCDocument, BCFolder)
Initializes a new instance of the CancelCopyWithReferencesEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public CancelCopyWithReferencesEventArgs(
	BCDocument document,
	BCDocument oldParent,
	BCDocument newParent,
	BCFolder destination
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document the event is raised for.
oldParent
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document (the source) referenced by the child files before the copy is made. for assembly root document.
newParent
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document (the copy) referenced by the child files after the copy is made. for assembly root document.
destination
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The destination folder to which the object is copied.
See Also