BeginRenameFolder

BeginRenameFolder (1 of 6)

Begins RenameFolder operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginRenameFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::String newFolderName)
ParameterDescription
connectionConnection to a server
folderNameFolder to be renamed
newFolderNameNew folder name

BeginRenameFolder (2 of 6)

Begins RenameFolder operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginRenameFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::String newFolderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
folderNameFolder to be renamed
newFolderNameNew folder name
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginRenameFolder (3 of 6)

Begins RenameFolder operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginRenameFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::String newFolderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
folderNameFolder to be renamed
newFolderNameNew folder name
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginRenameFolder (4 of 6)

Begins RenameFolder operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginRenameFolder(System::String folderName, System::String newFolderName)
ParameterDescription
folderNameFolder to be renamed
newFolderNameNew folder name

BeginRenameFolder (5 of 6)

Begins RenameFolder operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginRenameFolder(System::String folderName, System::String newFolderName, System::AsyncCallback callback)
ParameterDescription
folderNameFolder to be renamed
newFolderNameNew folder name
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginRenameFolder (6 of 6)

Begins RenameFolder operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginRenameFolder(System::String folderName, System::String newFolderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
folderNameFolder to be renamed
newFolderNameNew folder name
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.