CommentAuthorCollectionFindByNameAndInitials Method

Find author in a collection by name and initials.

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

Parameters

name
Type: SystemString
Name of an author to find.
initials
Type: SystemString
Initials of an author to find.

Return Value

Type: ICommentAuthor
Author or null.

Implements

ICommentAuthorCollectionFindByNameAndInitials(String, String)
See Also