FileDeletionOption Enumeration
|
Options for deleting files when loading profiles to a Zebra printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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