Click or drag to resize

ProfileManagerCopySettings Method (ContentItem, ContentItem)

Copies profile-related settings of a given item to another item.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static void CopySettings(
	ContentItem fromItem,
	ContentItem toItem
)

Parameters

fromItem
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
From item.
toItem
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
To item.
See Also