CommentAuthorCollectionFindByName Method |
Find author in a collection by name.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ICommentAuthor[] FindByName(
string name
)
Public Function FindByName (
name As String
) As ICommentAuthor()
public:
virtual array<ICommentAuthor^>^ FindByName(
String^ name
) sealed
abstract FindByName :
name : string -> ICommentAuthor[]
override FindByName :
name : string -> ICommentAuthor[]
Parameters
- name
- Type: SystemString
Name of an author to find.
Return Value
Type:
ICommentAuthorAuthor or null.
Implements
ICommentAuthorCollectionFindByName(String)
See Also