workdocs_create_folder {paws.end.user.computing} | R Documentation |
Creates a folder with the specified name and parent folder
Description
Creates a folder with the specified name and parent folder.
See https://www.paws-r-sdk.com/docs/workdocs_create_folder/ for full documentation.
Usage
workdocs_create_folder(AuthenticationToken = NULL, Name = NULL, ParentFolderId)
Arguments
AuthenticationToken |
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. |
Name |
The name of the new folder. |
ParentFolderId |
[required] The ID of the parent folder. |
[Package paws.end.user.computing version 0.9.0 Index]