workdocs_describe_root_folders {paws.end.user.computing} | R Documentation |
Describes the current user's special folders; the RootFolder and the RecycleBin
Description
Describes the current user's special folders; the RootFolder
and the RecycleBin
. RootFolder
is the root of user's files and folders and RecycleBin
is the root of recycled items. This is not a valid action for SigV4 (administrative API) clients.
See https://www.paws-r-sdk.com/docs/workdocs_describe_root_folders/ for full documentation.
Usage
workdocs_describe_root_folders(
AuthenticationToken,
Limit = NULL,
Marker = NULL
)
Arguments
AuthenticationToken |
[required] Amazon WorkDocs authentication token. |
Limit |
The maximum number of items to return. |
Marker |
The marker for the next set of results. (You received this marker from a previous call.) |
[Package paws.end.user.computing version 0.7.0 Index]