Click or drag to resize
StorageHelperCopyFileAcrossProviders Method
Copies two files across different storage providers

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void CopyFileAcrossProviders(
	string sourceFileName,
	string destFileName
)

Parameters

sourceFileName
Type: SystemString
Source path
destFileName
Type: SystemString
Destination path
See Also