IChangeSetArchiveCollection
Contains a collection of all ChangeSets already released.
After the publication or discarding of a ChangeSet, the ChangeSet will no longer be available in the data repository. There is therefore an archive for ChangeSets which the ChangeSets are moved into at the time of release.
Implements: System.Collections.IEnumerable
Indexers
| Indexer | Description | 
|---|---|
| this[Int32]:IArchivedChangeSet | Calls a ChangeSet based on the Id.  | 
Properties
| Property | Description | 
|---|---|
| Count:Int32 | Returns the number of archived ChangeSets.  | 
Methods
| Method | Description | 
|---|---|
| GetChangeSet(Int32):IArchivedChangeSet | Calls a ChangeSet based on the Id.  | 
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable)  | 
| TryGetChangeSet(Int32):IArchivedChangeSet | Calls a ChangeSet based on the Id.  | 
