workdocs_create_folder: Creates a folder with the specified name and parent folder

View source: R/workdocs_operations.R

workdocs_create_folderR 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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.