Click or drag to resize

ProfileManagerCopySettings Method (ContentItem, String)

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,
	string toItemID
)

Parameters

fromItem
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
From item.
toItemID
Type: SystemString
To item ID.
See Also