PrinterUtilCreateBackup Method
|
Create a backup of your printer's settings, alerts, and files.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public 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 String
- The connection string.
- profilePath String
- 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