GetProjectItemsOptions Class

The DTO class for specifying options when getting the project items.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetProjectItemsOptions

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

The GetProjectItemsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetProjectItemsOptions
Initializes a new instance of the GetProjectItemsOptions class.
Top
Properties
  NameDescription
Public propertyExcludedIds
Gets the IDs to not retrieve.
Public propertyFilter
Gets or sets the filter rules which should be applied to the query, or if no filters are required.
Public propertyPageNumber
Gets or sets the page number.
Public propertyPageSize
Gets or sets the size of the page.
Public propertyProjectId
Gets or sets the project identifier.
Public propertySearchTerm
Gets or sets the search term.
Top
See Also