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.25.0)
Syntaxpublic 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