Click or drag to resize
FileBrowserContentProviderCopyFile Method
Copies a file from a one virtual path to a new one.

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string CopyFile(
	string path,
	string newPath
)

Parameters

path
Type: SystemString
old virtual location
newPath
Type: SystemString
new virtual location

Return Value

Type: String
string.Empty when the operation was successful; otherwise an error message token.
See Also