Share via


EngagementCommentCollection class

inherits members from ClientObjectCollection

Represents a collection of comments on an engagement. Please see ProjectEngagementCommentCollection and ResourceEngagementCommentCollection.

Syntax

CSOM

class EngagementCommentCollection 

JSOM

PS.EngagementCommentCollection

REST Interface

Supported.

PS.EngagementCommentCollection

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
[Integer] EngagementComment Gets a EngagementComment from the collection at the specified index.
Item EngagementComment Gets a EngagementComment from the collection at the specified index.

Methods

Name .NET JSOM REST Return Type Description
Add(String comment) EngagementComment

#### Method Details

Add(String comment)

Syntax
EngagementComment Add(String comment)
Parameters
Name Type Description
comment String
Return Value

EngagementComment

See Also

Engagement
EngagementComment
ProjectEngagementCommentCollection
ResourceEngagementCommentCollection