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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void CopyFile(
	string destinationPath
)

Parameters

destinationPath
Type: SystemString
Path to the destination file
See Also