The following tables list the members exposed by IHistoryStorage.
Name | Description | |
---|---|---|
![]() | IsConfigured | Returns true if storage is configured. |
Name | Description | |
---|---|---|
![]() | Commit | Commits a new record to the History Storage. |
![]() | Delete | Deletes all history records associated with the object. |
![]() | FetchAll | Gets a list of all the object's history records with the given type. |
![]() | FetchByRevision | Gets a list of all the object's history records with the given type for the given revision including all previous history records. |
![]() | HasHistory | Returns true if any history record exist for the specified object part, otherwise return false . |