Click or drag to resize

FileDeletionOption Enumeration

Options for deleting files when loading profiles to a Zebra printer.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public enum FileDeletionOption
Members
  Member nameValueDescription
ALL0 Attempts to delete all files from the printer. (Persistent files, hidden files, and System files will not be deleted.)
CLONEABLE1 Will attempt to delete only the file types which are copied at profile/backup creation time.
NONE2 Will not attempt to delete any files.
See Also