PrinterUtilLoadBackup(String, String, Boolean) Method
|
Takes settings, alerts, and files from a backup, and applies them to a printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public 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 String
- The connection string.
- backupPath String
- Path to the profile to load. (e.g. /home/user/profile.zprofile)
- isVerbose Boolean
- 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