BCObjectExtenderAfterReplaceContent Method |
Raises the AfterReplaceContent event.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void AfterReplaceContent(
string filePath
)
Public Sub AfterReplaceContent (
filePath As String
)
Parameters
- filePath
- Type: SystemString
The path to the file used to replace the content.
See Also