workdocs_get_folder_path: Retrieves the path information (the hierarchy from the root...

View source: R/workdocs_operations.R

workdocs_get_folder_pathR Documentation

Retrieves the path information (the hierarchy from the root folder) for the specified folder

Description

Retrieves the path information (the hierarchy from the root folder) for the specified folder.

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

Usage

workdocs_get_folder_path(
  AuthenticationToken = NULL,
  FolderId,
  Limit = NULL,
  Fields = NULL,
  Marker = 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.

Limit

The maximum number of levels in the hierarchy to return.

Fields

A comma-separated list of values. Specify "NAME" to include the names of the parent folders.

Marker

This value is not supported.


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