Dynamicweb 8 Documentation
Copy Method (Area)

The mode.
if set to true [copy permissions].
if set to true [update content links].
if set to true [update shortcuts].
if set to true [update globalparagraphs].
if set to true [is language].
Copies the specified mode.
Syntax
'Declaration
 
Public Function Copy( _ 
   ByVal mode As Area.CopyMode, _ 
   ByVal copyPermissions As Boolean, _ 
   ByVal updateContentLinks As Boolean, _ 
   ByVal updateShortcuts As Boolean, _ 
   ByVal updateGlobalparagraphs As Boolean, _ 
   ByVal isLanguage As Boolean _ 
) As Area
public Area Copy( 
   Area.CopyMode mode,
   bool copyPermissions,
   bool updateContentLinks,
   bool updateShortcuts,
   bool updateGlobalparagraphs,
   bool isLanguage 
)

Parameters

mode
The mode.
copyPermissions
if set to true [copy permissions].
updateContentLinks
if set to true [update content links].
updateShortcuts
if set to true [update shortcuts].
updateGlobalparagraphs
if set to true [update globalparagraphs].
isLanguage
if set to true [is language].
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Area Class
Area Members

Send Feedback