Click or drag to resize

ProfileManagerCopyDynamics Method (ContentItem, ContentItem)

Copies the given profile dynamics and returns a reference to a new one. The new profile dynamics object is saved right after the copying.

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

Parameters

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

Return Value

Type: ProfileDynamics
A reference to a new profile dynamics.
See Also