Click or drag to resize

ProfileManagerCopyDynamics Method (ContentItem, String)

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

Parameters

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

Return Value

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