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.

Information about file modes in a merge or pull request.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.FileModes

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

Syntax

C#
public class FileModes

The FileModes type exposes the following members

Constructors

NameDescription
Public Method FileModes()

Properties

NameTypeDescription
Public Property Base Amazon.CodeCommit.FileModeTypeEnum

Gets and sets the property Base.

The file mode of a file in the base of a merge or pull request.

Public Property Destination Amazon.CodeCommit.FileModeTypeEnum

Gets and sets the property Destination.

The file mode of a file in the destination of a merge or pull request.

Public Property Source Amazon.CodeCommit.FileModeTypeEnum

Gets and sets the property Source.

The file mode of a file in the source of a merge or pull request.

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