| CopyAreaInfo Constructor |
Namespace:
Dynamicweb.Content
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public CopyAreaInfo(
int areaId,
CopyMode mode,
bool copyPermissions,
bool updateContentLinks,
bool updateShortcuts,
bool updateGlobalParagraphs,
bool isLanguage,
Action<string> callBack
)
Public Sub New (
areaId As Integer,
mode As CopyMode,
copyPermissions As Boolean,
updateContentLinks As Boolean,
updateShortcuts As Boolean,
updateGlobalParagraphs As Boolean,
isLanguage As Boolean,
callBack As Action(Of String)
)
Parameters
- areaId
- Type: SystemInt32
- mode
- Type: Dynamicweb.ContentCopyMode
- copyPermissions
- Type: SystemBoolean
- updateContentLinks
- Type: SystemBoolean
- updateShortcuts
- Type: SystemBoolean
- updateGlobalParagraphs
- Type: SystemBoolean
- isLanguage
- Type: SystemBoolean
- callBack
- Type: SystemActionString
See Also