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
Public Enumeration FileDeletionOption
public enum class FileDeletionOption
Members
| Member name | Value | Description |
---|
| ALL | 0 |
Attempts to delete all files from the printer. (Persistent files, hidden files, and System files will not be deleted.)
|
| CLONEABLE | 1 |
Will attempt to delete only the file types which are copied at profile/backup creation time.
|
| NONE | 2 |
Will not attempt to delete any files.
|
See Also