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