rename_folder_sync
Description:
[ Version ( since = "3.0" ) ]
public virtual bool rename_folder_sync (string old_name, string new_name, Cancellable? cancellable = null) throws Error
public virtual bool rename_folder_sync (string old_name, string new_name, Cancellable? cancellable = null) throws Error
Renames the folder described by old_name
to new_name
.
Parameters:
this |
a Store |
old_name |
the current name of the folder |
new_name |
the new name of the folder |
cancellable |
optional Cancellable object, or null |
Returns:
true on success, false on error |