Click or drag to resize
UploaderHelperCopyFile Method
Copies file from the source path to the destination path.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public void CopyFile(
	string destinationPath
)

Parameters

destinationPath
Type: SystemString
Path to the destination file
See Also