API Reference
Class
PowerPointCommentAuthor
Identity used when creating or reassigning a PowerPoint review comment.
Inheritance
- Object
- PowerPointCommentAuthor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointClassicComment.Author
- Property PowerPointModernComment.Author
- Property PowerPointModernCommentReply.Author
Accepted by parameters
Constructors
public PowerPointCommentAuthor(String name, String initials = null, String userId = null, String providerId = null) #Creates a review author identity.
Parameters
- name System.String
- initials System.String = null
- userId System.String = null
- providerId System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object