Click or drag to resize

RevisionGroupCollection Class

Represents a collection of RevisionGroups.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentRevisionGroupCollection

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class RevisionGroupCollection : IEnumerable<RevisionGroup>, 
	IEnumerable

The RevisionGroupCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of RevisionGroups contained in the RevisionGroupCollection.
Public propertyItem Gets the RevisionGroup at the specified index.
Top
Methods
 NameDescription
Public methodGetEnumerator Gets an enumerator that iterates through the collection.
Top
See Also