AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetFolderPath operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkDocs.AmazonWorkDocsRequest
      Amazon.WorkDocs.Model.GetFolderPathRequest

Namespace: Amazon.WorkDocs.Model
Assembly: AWSSDK.WorkDocs.dll
Version: 3.x.y.z

Syntax

C#
public class GetFolderPathRequest : AmazonWorkDocsRequest
         IAmazonWebServiceRequest

The GetFolderPathRequest type exposes the following members

Constructors

NameDescription
Public Method GetFolderPathRequest()

Properties

NameTypeDescription
Public Property AuthenticationToken System.String

Gets and sets the property AuthenticationToken.

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Public Property Fields System.String

Gets and sets the property Fields.

A comma-separated list of values. Specify "NAME" to include the names of the parent folders.

Public Property FolderId System.String

Gets and sets the property FolderId.

The ID of the folder.

Public Property Limit System.Int32

Gets and sets the property Limit.

The maximum number of levels in the hierarchy to return.

Public Property Marker System.String

Gets and sets the property Marker.

This value is not supported.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5