MobileForms Toolkit Documentation

WebDavClient.BeginRenameFile Method 

Begins the file/folder move

public NetRequest BeginRenameFile(
string remotePath,
string newName,
bool overwrite,
NetAsyncCallback callback,
object state
);

Parameters

remotePath
Remote file path (delimited with slashes) - must end with slash in case of folder renaming
newName
New file name - must end with slash in case of folder renaming
overwrite
Allow overwriting target path
callback
Asynchronous callback which is called after the request will finish (either with success or failure)
state
User defined object included in asynchronous result

Return Value

The remote file system request object which can be used to abort the request

See Also

WebDavClient Class | Resco.Net Namespace