API Reference

Class

PowerPointCommentAuthor

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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.

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 requiredposition: 0
initials System.String = null optionalposition: 1
userId System.String = null optionalposition: 2
providerId System.String = null optionalposition: 3

Properties

public String Name { get; } #

Display name.

public String Initials { get; } #

Short initials displayed by classic review surfaces.

public String UserId { get; } #

Optional modern author identity.

public String ProviderId { get; } #

Optional modern identity provider.