API Reference
Class
WordRevisionFilter
Filters tracked revisions for scoped accept/reject operations.
Inheritance
- Object
- WordRevisionFilter
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 WordRevisionFilter.All
Accepted by parameters
Constructors
public WordRevisionFilter() #Methods
public static WordRevisionFilter All() #Returns:
WordRevisionFilterGets a filter that matches all revisions.
Inherited Methods
Properties
public String Author { get; set; } #Matches revisions authored by this person using case-insensitive comparison.
public String RevisionId { get; set; } #Matches a specific revision id.
public Nullable<WordReviewRevisionType> RevisionType { get; set; } #Matches a specific revision type.
public Nullable<DateTime> DateFrom { get; set; } #Matches revisions at or after this timestamp.
public Nullable<DateTime> DateTo { get; set; } #Matches revisions at or before this timestamp.
public Nullable<WordReviewLocationKind> LocationKind { get; set; } #Matches revisions in a specific document part kind.
public String PartUri { get; set; } #Matches revisions in a specific package part URI.
public Nullable<Boolean> IsInTable { get; set; } #When set, matches whether the revision is inside a table.
public Nullable<Boolean> IsInContentControl { get; set; } #When set, matches whether the revision is inside a content control.
public Nullable<Boolean> IsInTextBox { get; set; } #When set, matches whether the revision is inside a text box.