| 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
)
Public Shared Function CopyDynamics (
fromItemID As String,
fromItemType As String,
toItemID As String
) As ProfileDynamics
Parameters
- fromItemID
- Type: SystemString
From item. - fromItemType
- Type: SystemString
From item type - toItemID
- Type: SystemString
To item.
Return Value
Type:
ProfileDynamicsA reference to a new profile dynamics.
See Also