FindByNameAndInitials()

CommentAuthorCollection::FindByNameAndInitials(System::String, System::String) method

Find author in a collection by name and initials.

System::ArrayPtr<System::SharedPtr<ICommentAuthor>> Aspose::Slides::CommentAuthorCollection::FindByNameAndInitials(System::String name, System::String initials) override

Arguments

ParameterTypeDescription
nameSystem::StringName of an author to find.
initialsSystem::StringInitials of an author to find.

Return Value

Author or null.

See Also