copyFolder (method)

Copies a folder.

Syntax

- (void)copyFolder:(NSString*)id :(NSString*)destFolderID;
public func copyFolder(_ id: String, _ destFolderID: String) throws -> Void

Remarks

This method copies a folder to a new parent folder. Please note that two folders with the same name may not exist under the same parent folder. Since this method does not change the name of a folder, it is not possible to directly create a copy of a folder in the original folder's location.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 iOS Edition - Version 20.0 [Build 8308]