RevisionQueryField Enumeration

A list of properties which can be used in a query to application check-in history.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum RevisionQueryField
Members
  Member nameValueDescription
None0No property is specified.
EntryId1The EntityId property.
Number2The Number property.
CreatedTime3The CreatedTime property.
CreatedBy4The CreatedBy property.
Comment5The Comment property.
Fingerprint6The Fingerprint property.
See Also