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.

Describes the metadata of a comment.

Inheritance Hierarchy

System.Object
  Amazon.WorkDocs.Model.CommentMetadata

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

Syntax

C#
public class CommentMetadata

The CommentMetadata type exposes the following members

Constructors

NameDescription
Public Method CommentMetadata()

Properties

NameTypeDescription
Public Property CommentId System.String

Gets and sets the property CommentId.

The ID of the comment.

Public Property CommentStatus Amazon.WorkDocs.CommentStatusType

Gets and sets the property CommentStatus.

The status of the comment.

Public Property Contributor Amazon.WorkDocs.Model.User

Gets and sets the property Contributor.

The user who made the comment.

Public Property ContributorId System.String

Gets and sets the property ContributorId.

The ID of the user who made the comment.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp that the comment was created.

Public Property RecipientId System.String

Gets and sets the property RecipientId.

The ID of the user being replied to.

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