workdocs_describe_folder_contents: Describes the contents of the specified folder, including its...

View source: R/workdocs_operations.R

workdocs_describe_folder_contentsR Documentation

Describes the contents of the specified folder, including its documents and subfolders

Description

Describes the contents of the specified folder, including its documents and subfolders.

See https://www.paws-r-sdk.com/docs/workdocs_describe_folder_contents/ for full documentation.

Usage

workdocs_describe_folder_contents(
  AuthenticationToken = NULL,
  FolderId,
  Sort = NULL,
  Order = NULL,
  Limit = NULL,
  Marker = NULL,
  Type = NULL,
  Include = NULL
)

Arguments

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

FolderId

[required] The ID of the folder.

Sort

The sorting criteria.

Order

The order for the contents of the folder.

Limit

The maximum number of items to return with this call.

Marker

The marker for the next set of results. This marker was received from a previous call.

Type

The type of items.

Include

The contents to include. Specify "INITIALIZED" to include initialized documents.


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