PrinterUtilLoadBackup Method (String, String, Boolean)
             | 
          
        
         
            Takes settings, alerts, and files from a backup, and applies them to a printer.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic static void LoadBackup(
	string connectionString,
	string backupPath,
	bool isVerbose
)
Public Shared Sub LoadBackup ( 
	connectionString As String,
	backupPath As String,
	isVerbose As Boolean
)
public:
static void LoadBackup(
	String^ connectionString, 
	String^ backupPath, 
	bool isVerbose
)
Parameters
- connectionString
 - Type: SystemString
The connection string. - backupPath
 - Type: SystemString
Path to the profile to load. (e.g. /home/user/profile.zprofile) - isVerbose
 - Type: SystemBoolean
Increases the amount of detail presented to the user. 
Exceptions
Remarks
            This method will also delete all files on your printer before applying the backup.
            See 
ConnectionBuilder for the format of 
connectionString.
            
See Also