[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Comment.Reply

Reply Method

Reply(string, string)

Adds a new Comment to the Replies collection of this comment.

Declaration
public Comment Reply(string text, string author)
Parameters
Type Name Description
string text

The new comment text.

string author

The new comment author.

Returns
Type Description
Comment

The newly added reply.

Reply(string, string, DateTime)

Adds a new Comment to the Replies collection of this comment.

Declaration
public Comment Reply(string text, string author, DateTime date)
Parameters
Type Name Description
string text

The new comment text.

string author

The new comment author.

DateTime date

The new comment date.

Returns
Type Description
Comment

The newly added reply.

Reply(string, string, DateTime, string)

Adds a new Comment to the Replies collection of this comment.

Declaration
public Comment Reply(string text, string author, DateTime date, string initials)
Parameters
Type Name Description
string text

The new comment text.

string author

The new comment author.

DateTime date

The new comment date.

string initials

The new comment author initials.

Returns
Type Description
Comment

The newly added reply.