Click or drag to resize

CancelCopyEventArgs Constructor (BCDocument, BCFolder, Boolean)

Initializes a new instance of the CancelCopyEventArgs class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public CancelCopyEventArgs(
	BCDocument document,
	BCFolder destination,
	bool cancel
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCDocument
The copied document.
destination
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCFolder
The destination folder where document is copied.
cancel
Type: System.Boolean
A value indicating whether the operation should be canceled.
See Also