Revision Class
Represents a single revision in the document.
- Inheritance:
- System.ObjectRevision
- Derived
Constructors
Revision(RevisionType)
Initializes a new instance of the Revision class.
Parameters
revisionType
- RevisionType
Properties
Author
Gets or sets the author of the revision.
Property Value
- System.String
The author of the revision.
Date
Gets or sets the date when the revision was created.
Property Value
- System.DateTime
The date when the revision was created.
RevisionType
Gets the type of this revision.
public RevisionType RevisionType { get; }
Public ReadOnly Property RevisionType As RevisionType
Property Value
The type of this revision.
Methods
Accept()
Accepts this revision.
Reject()
Rejects this revision.