PrinterUtilLoadProfile Method (String, String, FileDeletionOption)
|
Takes settings, alerts, and files from a profile, and applies them to a printer.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public static void LoadProfile(
string connectionString,
string profilePath,
FileDeletionOption filesToDelete
)
Public Shared Sub LoadProfile (
connectionString As String,
profilePath As String,
filesToDelete As FileDeletionOption
)
public:
static void LoadProfile(
String^ connectionString,
String^ profilePath,
FileDeletionOption filesToDelete
)
Parameters
- connectionString
- Type: SystemString
The connection string. - profilePath
- Type: SystemString
Path to the profile to load. (e.g. /home/user/profile.zprofile) - filesToDelete
- Type: Zebra.Sdk.PrinterFileDeletionOption
An enum describing which files to delete.
Exceptions Remarks
Before doing so, it deletes the files described by
filesToDelete from the printer.
See
ConnectionBuilder for the format of
connectionString.
See Also