ThreadedCommentCollection.Add

ThreadedCommentCollection.Add method

Adds a threaded comment;

public int Add(string text, ThreadedCommentAuthor author)
ParameterTypeDescription
textStringThe text of the threaded comment.
authorThreadedCommentAuthorThe author of the threaded comment

See Also