ProfileUtilCreateBackup Method 
             | 
          
        
         
            Save a backup of your printer's settings, alerts, and files for later restoration.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxvoid CreateBackup(
	string pathToOutputFile
)
Sub CreateBackup ( 
	pathToOutputFile As String
)
void CreateBackup(
	String^ pathToOutputFile
)
Parameters
- pathToOutputFile
 - Type: SystemString
Path on your local machine where you want to save the backup. 
            (e.g. /home/user/profile.zprofile). 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 Also