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 GetFolder operation. Returns the contents of a specified folder in a repository.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeCommit.AmazonCodeCommitRequest
      Amazon.CodeCommit.Model.GetFolderRequest

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

Syntax

C#
public class GetFolderRequest : AmazonCodeCommitRequest
         IAmazonWebServiceRequest

The GetFolderRequest type exposes the following members

Constructors

NameDescription
Public Method GetFolderRequest()

Properties

NameTypeDescription
Public Property CommitSpecifier System.String

Gets and sets the property CommitSpecifier.

A fully qualified reference used to identify a commit that contains the version of the folder's content to return. A fully qualified reference can be a commit ID, branch name, tag, or reference such as HEAD. If no specifier is provided, the folder content is returned as it exists in the HEAD commit.

Public Property FolderPath System.String

Gets and sets the property FolderPath.

The fully qualified path to the folder whose contents are returned, including the folder name. For example, /examples is a fully-qualified path to a folder named examples that was created off of the root directory (/) of a repository.

Public Property RepositoryName System.String

Gets and sets the property RepositoryName.

The name of the repository.

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