Describes the contents of the specified folder, including its documents and subfolders
Source:R/workdocs_operations.R
workdocs_describe_folder_contents.RdDescribes 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.