Learn R Programming

paws.end.user.computing (version 0.9.0)

workdocs_create_folder: 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.