JAMS Developer Guide
CopyTo Method (Preferences)


Genghis Namespace > Preferences Class : CopyTo Method
The path to copy the saved xml preferences to.
Copies current xml preferences to a new file name and returns a new Preferences object for the file.
Syntax
'Declaration
 
Public Function CopyTo( _
   ByVal filename As System.String _
) As Preferences
'Usage
 
Dim instance As Preferences
Dim filename As System.String
Dim value As Preferences
 
value = instance.CopyTo(filename)
public Preferences CopyTo( 
   System.string filename
)

Parameters

filename
The path to copy the saved xml preferences 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

Preferences Class
Preferences Members