CommentAuthorCollectionFindByName Method

Find author in a collection by name.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ICommentAuthor[] FindByName(
	string name
)

Parameters

name
Type: SystemString
Name of an author to find.

Return Value

Type: ICommentAuthor
Author or null.

Implements

ICommentAuthorCollectionFindByName(String)
See Also