PrinterUtilCreateBackup Method 
             | 
          
        
         
            Create a backup of your printer's settings, alerts, and files.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic static void CreateBackup(
	string connectionString,
	string profilePath
)
Public Shared Sub CreateBackup ( 
	connectionString As String,
	profilePath As String
)
public:
static void CreateBackup(
	String^ connectionString, 
	String^ profilePath
)
Parameters
- connectionString
 - Type: SystemString
The connection string. - profilePath
 - Type: SystemString
The location of where to store the profile. The extension must be .zprofile; if it is not, the
            method will change it to.zprofile for you. 
Exceptions
Remarks
            A backup contains a snapshot of all pertinent settings to fully restore your printer.
            See 
ConnectionBuilder for the format of 
connectionString.
            
See Also