CancelContentReplaceEventArgs Constructor (BCDocument, String) | 
  
    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
)
Public Sub New ( 
	document As BCDocument,
	filePath As String
)
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. 
See Also