Method: Aws::WorkDocs::Client#get_folder_path
- Defined in:
- lib/aws-sdk-workdocs/client.rb
#get_folder_path(params = {}) ⇒ Types::GetFolderPathResponse
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested folder and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the parent folder names.
2337 2338 2339 2340 |
# File 'lib/aws-sdk-workdocs/client.rb', line 2337 def get_folder_path(params = {}, = {}) req = build_request(:get_folder_path, params) req.send_request() end |