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 a comment.

Inheritance Hierarchy

System.Object
  Amazon.WorkDocs.Model.Comment

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

Syntax

C#
public class Comment

The Comment type exposes the following members

Constructors

NameDescription
Public Method Comment()

Properties

NameTypeDescription
Public Property CommentId System.String

Gets and sets the property CommentId.

The ID of the comment.

Public Property Contributor Amazon.WorkDocs.Model.User

Gets and sets the property Contributor.

The details of the user who made the comment.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The time that the comment was created.

Public Property ParentId System.String

Gets and sets the property ParentId.

The ID of the parent comment.

Public Property RecipientId System.String

Gets and sets the property RecipientId.

If the comment is a reply to another user's comment, this field contains the user ID of the user being replied to.

Public Property Status Amazon.WorkDocs.CommentStatusType

Gets and sets the property Status.

The status of the comment.

Public Property Text System.String

Gets and sets the property Text.

The text of the comment.

Public Property ThreadId System.String

Gets and sets the property ThreadId.

The ID of the root comment in the thread.

Public Property Visibility Amazon.WorkDocs.CommentVisibilityType

Gets and sets the property Visibility.

The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.

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