[]
Helper class for handling DocumentHistory groups, starts a group when constructed, and ends it when disposed. This is meant to be used with the using keyword.
public sealed class DocumentHistoryGroup : IDisposable
Name | Description |
---|---|
DocumentHistoryGroup(DocumentHistory) | Creates a new DocumentHistoryGroup |
Name | Description |
---|---|
Dispose() | Ends the DocumentHistory group. |