| IProfileServiceCopySettings Method |
Namespace:
Dynamicweb.Frontend.Contracts
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax void CopySettings(
string fromItemID,
string fromItemType,
string toItemID
)
Sub CopySettings (
fromItemID As String,
fromItemType As String,
toItemID As String
)
Parameters
- fromItemID
- Type: SystemString
- fromItemType
- Type: SystemString
- toItemID
- Type: SystemString
See Also