FindByNameAndInitials
CommentAuthorCollection.FindByNameAndInitials method
Find author in a collection by name and initials.
public ICommentAuthor[] FindByNameAndInitials(string name, string initials)
Parameter | Type | Description |
---|---|---|
name | String | Name of an author to find. |
initials | String | Initials of an author to find. |
Return Value
Author or null.
See Also
- interface ICommentAuthor
- class CommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides