FileReplace Method (String, String, String, Boolean) |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Replace(
string sourceFileName,
string destinationFileName,
string destinationBackupFileName,
bool ignoreMetadataErrors
)
Public Shared Sub Replace (
sourceFileName As String,
destinationFileName As String,
destinationBackupFileName As String,
ignoreMetadataErrors As Boolean
)
public:
static void Replace(
String^ sourceFileName,
String^ destinationFileName,
String^ destinationBackupFileName,
bool ignoreMetadataErrors
)
static member Replace :
sourceFileName : string *
destinationFileName : string *
destinationBackupFileName : string *
ignoreMetadataErrors : bool -> unit
Parameters
- sourceFileName
- Type: SystemString
- destinationFileName
- Type: SystemString
- destinationBackupFileName
- Type: SystemString
- ignoreMetadataErrors
- Type: SystemBoolean
See Also