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 GetDocumentPath operation. Retrieves the path information (the hierarchy from the root folder) for the requested document.

By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested document 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 names of the parent folders.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetDocumentPathRequest : AmazonWorkDocsRequest
         IAmazonWebServiceRequest

The GetDocumentPathRequest type exposes the following members

Constructors

NameDescription
Public Method GetDocumentPathRequest()

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 DocumentId System.String

Gets and sets the property DocumentId.

The ID of the document.

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 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