FindByName()

ICommentAuthorCollection::FindByName(System::String) method

Find author in a collection by name.

virtual System::ArrayPtr<System::SharedPtr<ICommentAuthor>> Aspose::Slides::ICommentAuthorCollection::FindByName(System::String name)=0

Arguments

ParameterTypeDescription
nameSystem::StringName of an author to find.

Return Value

Author or null.

See Also