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.
workdocs_describe_folder_contents(
AuthenticationToken = NULL,
FolderId,
Sort = NULL,
Order = NULL,
Limit = NULL,
Marker = NULL,
Type = NULL,
Include = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the folder.
The sorting criteria.
The order for the contents of the folder.
The maximum number of items to return with this call.
The marker for the next set of results. This marker was received from a previous call.
The type of items.
The contents to include. Specify "INITIALIZED" to include initialized documents.