AddAuthor

ICommentAuthorCollection.AddAuthor method

Add new author at the end of a collection.

public ICommentAuthor AddAuthor(string name, string initials)
ParameterTypeDescription
nameStringName of a new author.
initialsStringInitials of a new author.

Return Value

New ICommentAuthor object.

See Also