Click or drag to resize

RevisionCollection Class

Represents a collection of Revisions.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentRevisionCollection

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntax
public sealed class RevisionCollection : IEnumerable, 
	IEnumerable<Revision>

The RevisionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of Revisions contained in the RevisionCollection.
Public propertyGroups
Gets a collection of revision groups.
Public propertyItem
Gets the Revision at the specified index.
Top
Methods
  NameDescription
Public methodAcceptAll
Accepts all revisions in this collection.
Public methodGetEnumerator
Gets an enumerator that iterates through the collection.
Public methodRejectAll
Rejects all revisions in this collection.
Top
See Also