Raises the BeforeReplaceContent event.

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

Syntax

C#
public void BeforeReplaceContent(
	string filePath
)
Visual Basic
Public Sub BeforeReplaceContent ( _
	filePath As String _
)
Visual C++
public:
void BeforeReplaceContent(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
The path to the file used to replace the content.

See Also