IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

createFolder (method)

Creates a new folder resource.

Syntax

- (NSString*)createFolder:(NSString*)folderName :(NSString*)parentId;
public func createFolder(_ folderName: String, _ parentId: String) throws -> String

Remarks

This method creates a new folder resource named FolderName in the folder specified by ParentId. The Id of the newly-created folder resource is returned.

FolderName must be no longer than 255 characters; may not contain /, \, non-printable ASCII characters, or trailing whitespace; and cannot be one of the special names . or ...

ParentId can be empty, in which case the folder is created in the root folder.

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