QueryRevisionsOptions Class

The options class used for querying revisions on file system entries.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryRevisionsOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class QueryRevisionsOptions

The QueryRevisionsOptions type exposes the following members.

Constructors
 NameDescription
Public methodQueryRevisionsOptionsInitializes a new instance of the QueryRevisionsOptions class
Top
Properties
 NameDescription
Public propertyEntryId Gets or sets the entry ID.
Public propertyFilter Gets or sets the filter.
Public propertyOrderBy Gets or sets the order by.
Public propertyPageNumber Gets or sets the page number.
Public propertyPageSize Gets or sets the size of the page.
Public propertyQueryOptions Gets or sets the file system query options.
Top
See Also