| 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
)
Public Shared Sub CopySettings (
fromItemID As String,
fromItemType As String,
toItemID As String
)
Parameters
- fromItemID
- Type: SystemString
From item ID. - fromItemType
- Type: SystemString
From item type. - toItemID
- Type: SystemString
To item ID.
See Also