Click or drag to resize

CopyAreaInfo Constructor

Initializes a new instance of the CopyAreaInfo class

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
)

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