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 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class GetHomeItemCountOptions

The GetHomeItemCountOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetHomeItemCountOptionsInitializes 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