Click or drag to resize
FileReplace Method (String, String, String, Boolean)

Namespace: ConnectedApps.Cms.IO
Assembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Replace(
	string sourceFileName,
	string destinationFileName,
	string destinationBackupFileName,
	bool ignoreMetadataErrors
)

Parameters

sourceFileName
Type: SystemString
destinationFileName
Type: SystemString
destinationBackupFileName
Type: SystemString
ignoreMetadataErrors
Type: SystemBoolean
See Also