CancelContentReplaceEventArgs Constructor (BCDocument, String, Boolean) | 
  
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Design
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic CancelContentReplaceEventArgs(
	BCDocument document,
	string filePath,
	bool cancel
)
Public Sub New ( 
	document As BCDocument,
	filePath As String,
	cancel As Boolean
)
Parameters
- document
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document of which the content was replaced.. - filePath
 - Type: SystemString
The path to the file used to replace the content. - cancel
 - Type: SystemBoolean
A value indicating whether the operation should be canceled. 
See Also