API Reference
WordReviewInfo
Read-only review metadata discovered in a Word document.
Inheritance
- Object
- WordReviewInfo
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
- Method WordDocument.InspectReview
Accepted by parameters
- Method WordReviewReport.From
Methods
public IReadOnlyList<WordRevisionInfo> GetRevisionsByAuthor(String author) #IReadOnlyList<WordRevisionInfo>Returns revisions authored by the specified person using case-insensitive matching.
Parameters
- author System.String
- Author name to match.
Inherited Methods
Properties
public IReadOnlyList<WordCommentInfo> Comments { get; } #Gets classic comments and parsed comment thread metadata.
public IReadOnlyList<WordRevisionInfo> Revisions { get; } #Gets tracked revisions discovered in document content parts.
public IReadOnlyList<String> UnsupportedMetadata { get; } #Gets modern review package metadata that is detected but not yet fully parsed.
public Boolean HasReviewMetadata { get; } #Gets whether any review metadata was discovered.
public Int32 CommentCount { get; } #Gets the number of parsed top-level and reply comments.
public Int32 RevisionCount { get; } #Gets the number of parsed tracked revisions.
public Int32 ResolvedCommentCount { get; } #Gets the number of comments marked as resolved where the metadata is available.
public Int32 UnresolvedCommentCount { get; } #Gets the number of comments that are known unresolved where the metadata is available.
public Int32 ReplyCount { get; } #Gets the number of comments that are replies to another comment.