 | LiteUpdateResults Enumeration |
Combinable enumerated values that report what happened during
UpdateFile processing.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax[FlagsAttribute]
public enum LiteUpdateResults
Members| Member name | Value | Description |
|---|
| None | 0 |
No update occured.
|
| V2Removed | 1 |
The V2 tag was removed.
|
| V2Replaced | 2 |
The V2 tag was replaced.
|
| V2Added | 4 |
A V2 tag was added.
|
| V1Removed | 8 |
A V1 tag was removed.
|
| V1Replaced | 16 |
A V1 tag was replaced.
|
| V1Appended | 32 |
A V1 tag was appended.
|
| Rewritten | 64 |
It was necessary to rewrite the file to either remove or expand a V2 tag.
|
| InPlace | 128 |
The file was updated in-place because sufficient room for the new V2 tag existed.
|
| ForcedNone | 256 |
There were no frames to save so the save tag options were forced to be None.
|
| ForcedV2 | 512 |
There were no previous tags with save tag options Preserve, so V2Only was
forced so something would be saved.
|
See Also