Click or drag to resize

DataObjectHistoryLoadOptions Properties

The DataObjectHistoryLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyChangedByUserIds
The list contains ids of changed by users.
Public propertyDataObjectLoadOptions
History entries are loaded for all dataobjects, that matches the specified loadoptions.
Public propertyFromDate
Only history entries that happened on or after this datetime will be loaded.
Public propertyPropertyIds
Only history-entries/dataobjectversions, where one of these properties was changed, will be loaded. If the collection is empty all properties will be used.
Public propertyToDate
Only history entries that happened on or before this datetime will be loaded. If ToDate is DateTime.MinValue the option will be ignored.
Top
See Also