RevisionSummary Class

Represents a summary for node's revision.
Inheritance Hierarchy
SystemObject
  Aspose.NoteRevisionSummary

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public class RevisionSummary

The RevisionSummary type exposes the following members.

Constructors
  NameDescription
Public methodRevisionSummary
Initializes a new instance of the RevisionSummary class
Properties
  NameDescription
Public propertyAuthorMostRecent
Gets or sets the most recent author.
Public propertyLastModifiedTime
Gets or sets the last modified time.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also