GetProjectRepresentationOptions Class

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

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 GetProjectRepresentationOptions

The GetProjectRepresentationOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetProjectRepresentationOptions
Initializes a new instance of the GetProjectRepresentationOptions class
Top
Properties
  NameDescription
Public propertyEntryIds
Gets or sets the IDs of the items.
Public propertyQueryFileSystemEntriesOptions
Gets or sets the QueryFileSystemEntriesOptions object.
Top
See Also