FileInfoReplace Method (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 FileInfo Replace(
string destinationFileName,
string destinationBackupFileName,
bool ignoreMetadataErrors
)
Public Function Replace (
destinationFileName As String,
destinationBackupFileName As String,
ignoreMetadataErrors As Boolean
) As FileInfo
public:
FileInfo^ Replace(
String^ destinationFileName,
String^ destinationBackupFileName,
bool ignoreMetadataErrors
)
member Replace :
destinationFileName : string *
destinationBackupFileName : string *
ignoreMetadataErrors : bool -> FileInfo
Parameters
- destinationFileName
- Type: SystemString
- destinationBackupFileName
- Type: SystemString
- ignoreMetadataErrors
- Type: SystemBoolean
Return Value
Type:
FileInfo
See Also