Click or drag to resize

ProfileUtilLoadBackup(String) Method

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: 3.0.3271
Syntax
void LoadBackup(
	string pathToBackup
)

Parameters

pathToBackup  String
Path to the profile to load. (e.g. /home/user/profile.zprofile)
Exceptions
ExceptionCondition
IOExceptionIf the profile does not exist or could not be read.
ConnectionExceptionIf there is an error communicating with the printer.
Remarks
This method will also delete all files on your printer before applying the backup.
See Also