Dynamicweb 8 Documentation
CopyTo(Int32,Int32) Method

The page ID to move the paragraph to.
The id of the paragraph to copy.
Copies the paragraph with the specified source ID to the page with the specified ID.
Syntax
'Declaration
 
Public Shared Function CopyTo( _ 
   ByVal pageID As Integer, _ 
   ByVal source As Integer _ 
) As Paragraph
public static Paragraph CopyTo( 
   int pageID,
   int source 
)

Parameters

pageID
The page ID to move the paragraph to.
source
The id of the paragraph to copy.
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

Paragraph Class
Paragraph Members

Send Feedback