Click or drag to resize

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

Parameters

fromItemID
Type: SystemString
From item ID.
fromItemType
Type: SystemString
From item type.
toItemID
Type: SystemString
To item ID.
See Also