Click or drag to resize
ModuleCommandsOnlineMarketingUpdateContactFromExternalSource Method
Updates specific contact values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void OnlineMarketingUpdateContactFromExternalSource(
	Dictionary<string, Object> source,
	Nullable<bool> allowOverwrite,
	int contactId
)

Parameters

source
Type: System.Collections.GenericDictionaryString, Object
List of updated contact values
allowOverwrite
Type: SystemNullableBoolean
Indicates if existing contact values should be overwritten
contactId
Type: SystemInt32
Contact ID to be updated
See Also