FindByNameAndInitials()
ICommentAuthorCollection::FindByNameAndInitials(System::String, System::String) method
Find author in a collection by name and initials.
virtual System::ArrayPtr<System::SharedPtr<ICommentAuthor>> Aspose::Slides::ICommentAuthorCollection::FindByNameAndInitials(System::String name, System::String initials)=0
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of an author to find. |
initials | System::String | Initials of an author to find. |
Return Value
Author or null.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ICommentAuthor
- Class String
- Class ICommentAuthorCollection
- Namespace Aspose::Slides
- Library Aspose.Slides