FileBrowserContentProviderCopyFile Method |
Copies a file from a one virtual path to a new one.
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: 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
)
Public Overridable Function CopyFile (
path As String,
newPath As String
) As String
public:
virtual String^ CopyFile(
String^ path,
String^ newPath
)
abstract CopyFile :
path : string *
newPath : string -> string
override CopyFile :
path : string *
newPath : string -> string
Parameters
- path
- Type: SystemString
old virtual location - newPath
- Type: SystemString
new virtual location
Return Value
Type:
Stringstring.Empty when the operation was successful; otherwise an error message token.
See Also