Click or drag to resize

ProfileManagerCopyDynamics Method (String, String, 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(
	string fromItemID,
	string fromItemType,
	string toItemID
)

Parameters

fromItemID
Type: SystemString
From item.
fromItemType
Type: SystemString
From item type
toItemID
Type: SystemString
To item.

Return Value

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