workdocs_get_document_path {paws.end.user.computing} | R Documentation |
Retrieves the path information (the hierarchy from the root folder) for the requested document
Description
Retrieves the path information (the hierarchy from the root folder) for the requested document.
See https://www.paws-r-sdk.com/docs/workdocs_get_document_path/ for full documentation.
Usage
workdocs_get_document_path(
AuthenticationToken = NULL,
DocumentId,
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. |
DocumentId |
[required] The ID of the document. |
Limit |
The maximum number of levels in the hierarchy to return. |
Fields |
A comma-separated list of values. Specify |
Marker |
This value is not supported. |
[Package paws.end.user.computing version 0.7.0 Index]