FindByName

CommentAuthorCollection.FindByName method

Find author in a collection by name.

public ICommentAuthor[] FindByName(string name)
ParameterTypeDescription
nameStringName of an author to find.

Return Value

Author or null.

See Also