Open this page in the API Guide

ActionData.InputMappings Property

Gets the input mappings where the ID is the unique name of the column to set, and the value is the ID of the adapter or view parameter to use to set it.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "inputMappings", EmitDefaultValue = false)]
public IList<KeyValuePairData> InputMappings { get; }

Property Value

Type: IList<KeyValuePairData>
The input mappings.
See Also