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