Table of Contents

Interface IParameterizedDestination

Namespace
Dynamicweb.DataIntegration.Integration.Interfaces
Assembly
Dynamicweb.DataIntegration.dll

IParameterizedDestination interface for conditions filtering parameters coming from query string

public interface IParameterizedDestination

Properties

Parameters

Conditions filtering parameters with values

Dictionary<string, string> Parameters { get; set; }

Property Value

Dictionary<string, string>
To top