GetSettingDetailsOptions Class

The options class used for getting setting details.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetSettingDetailsOptions

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 GetSettingDetailsOptions

The GetSettingDetailsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetSettingDetailsOptions
Initializes a new instance of the GetSettingDetailsOptions class
Top
Properties
  NameDescription
Public propertyExposePasswords
Gets or sets a value indicating whether or not to show the passwords.
Public propertyIncludeAdvancedSettings
Gets or sets a value indicating whether or not to include advanced settings.
Public propertyScope
Gets or sets the setting scope.
Public propertyScopeTarget
Gets or sets the setting scope target.
Public propertySettingIds
Gets or sets the setting IDs.
Public propertySettingPopulationPolicy
Gets or sets a value indicating the setting population policy.
Top
See Also