GetHomeItemCountOptions Class

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

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 GetHomeItemCountOptions

The GetHomeItemCountOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetHomeItemCountOptions
Initializes a new instance of the GetHomeItemCountOptions class
Top
Properties
  NameDescription
Public propertyFolderIds
Gets or sets the IDs of the items.
Public propertyProjectId
Gets or sets the project identifier.
Public propertySearchTerm
Gets or sets the search term.
Top
See Also