Initializes a new instance of the ContentReplaceEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public ContentReplaceEventArgs(
	BCDocument document,
	string filePath
)
Visual Basic
Public Sub New ( _
	document As BCDocument, _
	filePath As String _
)
Visual C++
public:
ContentReplaceEventArgs(
	BCDocument^ document, 
	String^ filePath
)

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.

See Also