Performs the string replacement within the file.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- filePath
- Type: System String
File path
- what
- Type: System String
String to replace (old string)
- replaceWith
- Type: System String
Replacement (new string)
See Also