Click or drag to resize

SettingsUpdateFrom Method

Updates the target settings with the source values.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Configuration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static void UpdateFrom(
	ISettings source,
	ISettings target
)

Parameters

source
Type: Dynamicweb.Ecommerce.LiveIntegration.ConfigurationISettings
The source to copy from.
target
Type: Dynamicweb.Ecommerce.LiveIntegration.ConfigurationISettings
The target to copy to.
See Also