Click or drag to resize

CancelContentReplaceEventArgs Constructor (BCDocument, String, Boolean)

Initializes a new instance of the CancelContentReplaceEventArgs 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 CancelContentReplaceEventArgs(
	BCDocument document,
	string filePath,
	bool cancel
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCDocument
The document of which the content was replaced..
filePath
Type: System.String
The path to the file used to replace the content.
cancel
Type: System.Boolean
A value indicating whether the operation should be canceled.
See Also