Open this page in the API Guide

AppSettingTransferItem Constructor (Guid, AppSettingValueSource, Object, String)

Initializes a new instance of the AppSettingTransferSpec class.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public AppSettingTransferItem(
	Guid appSettingId,
	AppSettingValueSource scope,
	Object? scopeTarget,
	string name
)

Parameters

appSettingId
Type: System.Guid
The application setting identifier.
scope
Type: Dundas.BI.Configuration.AppSettingValueSource
The application setting scope.
scopeTarget
Type: System.Object
The application setting scope target.
name
Type: System.String
The application setting name.
See Also