JAMS Developer Guide
CopyTo Method (Folder)


MVPSI.JAMS Namespace > Folder Class : CopyTo Method
The fully qualified name of the new Folder.
The server to copy the Folder to.
Copy the Folder with a new name and/or server
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal newName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim instance As Folder
Dim newName As System.String
Dim js As Server
 
instance.CopyTo(newName, js)
public void CopyTo( 
   System.string newName,
   Server js
)

Parameters

newName
The fully qualified name of the new Folder.
js
The server to copy the Folder to.
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

Folder Class
Folder Members