DataObjectHistoryLoadOptions Properties |
The DataObjectHistoryLoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangedByUserIds |
The list contains ids of changed by users.
| |
| DataObjectLoadOptions |
History entries are loaded for all dataobjects, that matches the specified loadoptions.
| |
| FromDate |
Only history entries that happened on or after this datetime will be loaded.
| |
| PropertyIds |
Only history-entries/dataobjectversions, where one of these properties was changed, will be loaded.
If the collection is empty all properties will be used.
| |
| ToDate |
Only history entries that happened on or before this datetime will be loaded.
If ToDate is DateTime.MinValue the option will be ignored.
|