GetByIdsOptions Class

The options class used to get multiple views by ID.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetByIdsOptions

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 GetByIdsOptions

The GetByIdsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetByIdsOptions
Initializes a new instance of the GetByIdsOptions class
Top
Properties
  NameDescription
Public propertyEntryId
Gets or sets the ID of the entry to get.
Public propertyLocalize
Gets or sets a value indicating whether the entry should be localized.
Top
See Also